@charset "UTF-8";
#dslr-cameras .banner-container {
  background-image: url("https://file.hstatic.net/200000874831/file/header_2.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: 600px;
  padding: 10px; }
  #dslr-cameras .banner-container .banner-content {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: row wrap;
    flex-wrap: wrap; }
  #dslr-cameras .banner-container .banner-layout {
    display: flex;
    width: 100%; }
  #dslr-cameras .banner-container .banner-side {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 10px;
    width: 17%; }
  #dslr-cameras .banner-container .banner-center {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 10px;
    text-align: center;
    width: 67%; }
  #dslr-cameras .banner-container .heading-wrapper {
    text-align: center; }
  #dslr-cameras .banner-container .banner-heading {
    margin-bottom: 10px;
    text-align: center; }
  #dslr-cameras .banner-container .heading-text {
    border-color: white;
    color: white;
    display: inline;
    line-height: 56px;
    outline-color: white;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white; }
  #dslr-cameras .banner-container .heading-strong {
    border-color: white;
    color: white;
    display: inline;
    font-weight: 600;
    line-height: 56px;
    outline-color: white;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white; }
  #dslr-cameras .banner-container .heading-large {
    border-color: white;
    color: white;
    font-size: 72px;
    font-weight: 600;
    line-height: 56px;
    outline-color: white;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white; }
    @media (max-width: 767px) {
      #dslr-cameras .banner-container .heading-large {
        font-size: 48px; } }

#wrapper_3_banner .container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px; }

#wrapper_3_banner .hero {
  margin: 0;
  padding: 80px 0;
  background-color: #FFFFFF; }
  #wrapper_3_banner .hero .hero-content {
    max-width: 951px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  #wrapper_3_banner .hero .hero-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    color: #000000; }
    @media (max-width: 1024px) {
      #wrapper_3_banner .hero .hero-title {
        font-size: 48px;
        line-height: 1.2; } }
    @media (max-width: 768px) {
      #wrapper_3_banner .hero .hero-title {
        font-size: 42px; } }
  #wrapper_3_banner .hero .hero-description {
    font-size: 16px;
    line-height: 1.5;
    color: #333333; }
    @media (max-width: 768px) {
      #wrapper_3_banner .hero .hero-description {
        font-size: 14px; } }
  @media (max-width: 1024px) {
    #wrapper_3_banner .hero .hero-content {
      width: 100%; } }

#wrapper_3_banner .camera-series {
  padding: 0;
  margin: 0 0 0px; }
  #wrapper_3_banner .camera-series .series-grid-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto 20px;
    max-width: 951px;
    width: 100%; }
    @media (max-width: 1024px) {
      #wrapper_3_banner .camera-series .series-grid-top {
        grid-template-columns: 1fr;
        gap: 20px; } }
    @media (max-width: 768px) {
      #wrapper_3_banner .camera-series .series-grid-top {
        gap: 15px; } }
  #wrapper_3_banner .camera-series .special-purpose-section {
    width: 100%;
    max-width: 951px;
    margin: 0 auto; }
  #wrapper_3_banner .camera-series .series-card {
    width: 100%;
    min-height: 400px;
    padding: 40px;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF; }
    #wrapper_3_banner .camera-series .series-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1; }
    #wrapper_3_banner .camera-series .series-card .series-header,
    #wrapper_3_banner .camera-series .series-card .series-description,
    #wrapper_3_banner .camera-series .series-card .series-link {
      position: relative;
      z-index: 2; }
    #wrapper_3_banner .camera-series .series-card .series-title {
      font-size: 36px;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 20px;
      color: #FFFFFF; }
      @media (max-width: 768px) {
        #wrapper_3_banner .camera-series .series-card .series-title {
          font-size: 28px; } }
    #wrapper_3_banner .camera-series .series-card .series-description {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 30px;
      padding: 0 20px; }
      @media (max-width: 768px) {
        #wrapper_3_banner .camera-series .series-card .series-description {
          font-size: 14px;
          padding: 0 10px; } }
    #wrapper_3_banner .camera-series .series-card .series-link {
      color: #FFFFFF;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      border-bottom: 2px solid #FFFFFF;
      padding-bottom: 2px;
      transition: all 0.3s ease; }
      #wrapper_3_banner .camera-series .series-card .series-link:hover {
        color: #FFDD00;
        border-color: #FFDD00;
        text-decoration: none; }
    @media (max-width: 768px) {
      #wrapper_3_banner .camera-series .series-card {
        min-height: 300px;
        padding: 30px 20px; } }
  #wrapper_3_banner .camera-series .special-purpose {
    min-height: 400px; }
    #wrapper_3_banner .camera-series .special-purpose::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1; }
    @media (max-width: 768px) {
      #wrapper_3_banner .camera-series .special-purpose {
        min-height: 350px; } }

#wrapper_3_banner .cta-container {
  text-align: center;
  padding: 40px 0;
  background-color: #FFFFFF; }
  #wrapper_3_banner .cta-container .cta-button {
    display: inline-block;
    background-color: #ffffff;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    border: none;
    transition: all 0.3s ease; }
    #wrapper_3_banner .cta-container .cta-button:hover {
      background-color: #000000;
      color: #FFDD00;
      text-decoration: none;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
    @media (max-width: 768px) {
      #wrapper_3_banner .cta-container .cta-button {
        padding: 12px 25px;
        font-size: 12px; } }
  @media (max-width: 768px) {
    #wrapper_3_banner .cta-container {
      padding: 30px 0; } }

@media (max-width: 480px) {
  #wrapper_3_banner .hero {
    padding: 60px 0; }
    #wrapper_3_banner .hero .hero-title {
      font-size: 36px;
      margin-bottom: 20px; }
    #wrapper_3_banner .hero .hero-description {
      font-size: 13px; }
  #wrapper_3_banner .camera-series .series-card {
    min-height: 250px;
    padding: 25px 15px; }
    #wrapper_3_banner .camera-series .series-card .series-title {
      font-size: 24px;
      margin-bottom: 15px; }
    #wrapper_3_banner .camera-series .series-card .series-description {
      font-size: 13px;
      margin-bottom: 20px; }
  #wrapper_3_banner .cta-container {
    padding: 25px 0; }
    #wrapper_3_banner .cta-container .cta-button {
      padding: 10px 20px;
      font-size: 11px; } }

.characteristics {
  margin: 50px 0;
  padding: 80px 10px;
  background-color: #FFFFFF;
  position: relative; }
  .characteristics .characteristics-layout {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .characteristics .characteristics-header-section {
    text-align: center;
    margin-bottom: 80px;
    position: relative; }
    @media (max-width: 768px) {
      .characteristics .characteristics-header-section {
        margin-bottom: 50px;
        padding-left: 0; } }
  .characteristics .arrow-container {
    position: absolute;
    top: 50px;
    left: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media (max-width: 1024px) {
      .characteristics .arrow-container {
        top: 30px;
        left: 30px; } }
    @media (max-width: 768px) {
      .characteristics .arrow-container {
        position: relative;
        left: auto;
        top: auto;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px; } }
  .characteristics .arrow {
    width: 120px;
    height: 120px;
    fill: #FFDD00;
    transform: rotate(135deg); }
    @media (max-width: 1024px) {
      .characteristics .arrow {
        width: 100px;
        height: 100px; } }
    @media (max-width: 768px) {
      .characteristics .arrow {
        width: 80px;
        height: 80px; } }
    @media (max-width: 480px) {
      .characteristics .arrow {
        width: 60px;
        height: 60px; } }
    .characteristics .arrow-small {
      width: 100px;
      height: 100px;
      margin-top: 30px;
      transform: rotate(135deg); }
      @media (max-width: 1024px) {
        .characteristics .arrow-small {
          width: 80px;
          height: 80px; } }
      @media (max-width: 768px) {
        .characteristics .arrow-small {
          width: 60px;
          height: 60px;
          margin-top: 0;
          margin-left: 20px; } }
      @media (max-width: 480px) {
        .characteristics .arrow-small {
          width: 45px;
          height: 45px; } }
  .characteristics .characteristics-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
  .characteristics .characteristics-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000; }
    @media (max-width: 1024px) {
      .characteristics .characteristics-title {
        font-size: 42px; } }
    @media (max-width: 768px) {
      .characteristics .characteristics-title {
        font-size: 36px; } }
    @media (max-width: 480px) {
      .characteristics .characteristics-title {
        font-size: 28px; } }
  .characteristics .characteristics-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333333; }
  .characteristics .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 0; }
    @media (max-width: 1024px) {
      .characteristics .features-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .characteristics .features-grid {
        grid-template-columns: repeat(1, 1fr); } }
    @media (max-width: 1024px) {
      .characteristics .features-grid {
        gap: 20px; } }
    @media (max-width: 768px) {
      .characteristics .features-grid {
        gap: 30px; } }
  .characteristics .feature-card {
    text-align: left;
    padding: 0; }
  .characteristics .feature-image {
    margin: 0 0 30px 0;
    overflow: hidden; }
    .characteristics .feature-image img {
      width: 100%;
      height: auto;
      vertical-align: top;
      border-radius: 0; }
  .characteristics .feature-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #000000; }
  .characteristics .feature-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin: 0; }
  @media (max-width: 768px) {
    .characteristics {
      padding: 0; } }

.sensor-comparison {
  text-align: center;
  margin: 50px 0; }
  .sensor-comparison .sensor-comparison-title {
    font-size: 72px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .sensor-comparison .sensor-comparison-title {
        font-size: 48px;
        line-height: 1.2; } }
  .sensor-comparison .sensor-comparison-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .sensor-comparison .sensor-comparison-image img {
    max-width: 726px;
    vertical-align: top; }
  .sensor-comparison .camera-comparison {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 10px 0px; }
  .sensor-comparison .comparison-container {
    align-self: stretch;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-flow: row wrap; }
  .sensor-comparison .series-layout {
    display: flex;
    width: 100%; }
    @media (max-width: 768px) {
      .sensor-comparison .series-layout {
        flex-direction: column; } }
  .sensor-comparison .spacer {
    align-self: stretch;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 15%; }
    @media (max-width: 768px) {
      .sensor-comparison .spacer {
        width: 100%;
        display: none; } }
    .sensor-comparison .spacer-small {
      width: 8%; }
      @media (max-width: 768px) {
        .sensor-comparison .spacer-small {
          width: 100%;
          display: none; } }
  .sensor-comparison .series-section {
    align-self: stretch;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    width: 31%; }
    @media (max-width: 768px) {
      .sensor-comparison .series-section {
        width: 100%; } }
  .sensor-comparison .features-table {
    border-collapse: collapse;
    display: table;
    width: 100%;
    text-align: left; }
  .sensor-comparison .series-title {
    border-top: 1.6px solid #f1f2f2;
    font-size: 24px;
    line-height: 41px;
    padding: 8px 10px;
    vertical-align: top; }
  .sensor-comparison .feature-item {
    border-top: 1.6px solid #f1f2f2;
    padding: 8px 10px;
    vertical-align: top; }
  .sensor-comparison .cta-cell {
    border-top: 1.6px solid #f1f2f2;
    font-weight: 700;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top; }
  .sensor-comparison .cta-link {
    cursor: pointer;
    font-weight: 700;
    text-align: left;
    text-decoration: underline;
    color: #0a0203; }

.accessories {
  padding: 0px 0px 80px 0px; }
  .accessories .accessories-header {
    text-align: center;
    margin-bottom: 60px; }
  .accessories .accessories-title {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 0;
    color: #000000; }
    @media (max-width: 1024px) {
      .accessories .accessories-title {
        font-size: 56px; } }
    @media (max-width: 768px) {
      .accessories .accessories-title {
        font-size: 32px; } }
    @media (max-width: 480px) {
      .accessories .accessories-title {
        font-size: 36px; } }
  .accessories .accessories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .accessories .accessories-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .accessories .accessories-grid {
        grid-template-columns: repeat(1, 1fr); } }
    @media (max-width: 1024px) {
      .accessories .accessories-grid {
        gap: 20px; } }
    @media (max-width: 768px) {
      .accessories .accessories-grid {
        gap: 20px; } }
  .accessories .accessory-card {
    position: relative;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #FFFFFF;
    transition: transform 0.3s ease; }
    .accessories .accessory-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1; }
    @media (max-width: 1024px) {
      .accessories .accessory-card {
        min-height: 250px; } }
    @media (max-width: 768px) {
      .accessories .accessory-card {
        min-height: 250px; } }
  .accessories .accessory-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
    color: #FFFFFF;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .accessories .accessory-title {
        font-size: 28px; } }
    @media (max-width: 480px) {
      .accessories .accessory-title {
        font-size: 24px; } }
  .accessories .accessory-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 4px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease; }
    .accessories .accessory-link:hover {
      color: #FFDD00;
      border-color: #FFDD00;
      text-decoration: none; }
  .accessories .footnote {
    max-width: 900px;
    margin: 80px auto 0px; }
    .accessories .footnote .footnote-text {
      font-size: 12px;
      line-height: 21px;
      text-align: center; }
  @media (max-width: 768px) {
    .accessories {
      padding: 0 0 50px 0px; } }

.section_tab_collection {
  position: relative;
  /* Filter Navigation */
  /* Product Grid */
  /* Style cho scrollbar trên Chrome/Safari/Edge */
  /* Style cho Firefox */
  /* Product Card */
  /* Info Section */
  /* Responsive Design */
  /* Background effect khi hover */
  /*
	.product-card::before {
	content: '';
	position: absolute;
	top: 70%;
	left: 50%;
	width: 0;
	height: 0;
	background-color: #FFDD00;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
	z-index: 0;
}

	.product-card:hover::before {
	width: 100%;
	height: 78%;
	border-radius: 0;
}
	*/
  /* Hiệu ứng mượt mà cho text và specs */
  /* Animation cho background khi hover */
  /* Thêm hiệu ứng active khi click */
  /* Disable button styles */ }
  .section_tab_collection .hero-section {
    min-height: 210px;
    margin-bottom: 10px;
    padding: 20px 10px 10px;
    display: flex;
    flex-direction: column; }
  .section_tab_collection .hero-content {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px; }
  .section_tab_collection .hero-title {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 72px;
    margin: 24px 0;
    color: black; }
  .section_tab_collection .filter-nav {
    padding: 10px; }
  .section_tab_collection .filter-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .section_tab_collection .filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
    padding-left: 18px;
    list-style: none;
    gap: 10px; }
  .section_tab_collection .filter-item {
    border: 2px solid black;
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden; }
  .section_tab_collection .filter-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: transform 0.3s ease;
    z-index: -1; }
  .section_tab_collection .filter-item:hover::before {
    transform: translateX(100%); }
  .section_tab_collection .filter-item:hover {
    background-color: black;
    color: white; }
  .section_tab_collection .filter-item--active {
    background-color: black;
    color: white; }
  .section_tab_collection .filter-controls {
    position: absolute;
    right: 60px;
    top: 60px; }
  .section_tab_collection .control-btn {
    background-color: #FFDD00;
    padding: 20px;
    border: none;
    cursor: pointer;
    display: inline-block; }
  .section_tab_collection .control-btn--prev, .section_tab_collection .control-btn--next {
    opacity: 0.2; }
  .section_tab_collection .control-btn--prev:hover, .section_tab_collection .control-btn--next:hover {
    opacity: 1;
    background: #FFDD00; }
  .section_tab_collection .control-icon {
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    display: inline-block;
    padding: 5px; }
  .section_tab_collection .control-icon--prev {
    transform: rotate(135deg); }
  .section_tab_collection .control-icon--next {
    transform: rotate(-45deg); }
  .section_tab_collection .product-grid {
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    z-index: 1; }
  .section_tab_collection .grid-container {
    display: flex;
    gap: 20px;
    max-width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
    transition: opacity 0.3s ease; }
  .section_tab_collection .grid-container::-webkit-scrollbar {
    height: 8px; }
  .section_tab_collection .grid-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px; }
  .section_tab_collection .grid-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px; }
  .section_tab_collection .grid-container::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .section_tab_collection .grid-container {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; }
  .section_tab_collection .product-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    min-width: 17%;
    max-width: 300px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .section_tab_collection .product-card {
        min-width: 35%;
        padding: 10px; } }
    .section_tab_collection .product-card .product-card__hover-bg {
      background-color: #ffdd00;
      border-radius: 1000px;
      height: 0;
      left: 50%;
      position: absolute;
      top: 0;
      transition: 0.35s;
      width: 0;
      z-index: 1; }
    .section_tab_collection .product-card:hover .product-card__hover-bg {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
      height: 65%;
      width: 100%;
      border-radius: 0;
      background: #fd0; }
  .section_tab_collection .product-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px;
    width: 100%;
    z-index: 5;
    position: relative; }
  .section_tab_collection .product-card__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    transition: transform 0.3s ease; }
  .section_tab_collection .product-card__logo {
    align-self: flex-start;
    height: 20px;
    margin-top: 30px;
    width: 52px; }
  .section_tab_collection .product-card__logo-link {
    margin: 30px 0px 30px 0px;
    font-weight: bold;
    height: 42px;
    overflow: hidden; }
  .section_tab_collection .product-card__tagline {
    margin: 30px 0;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease; }
  .section_tab_collection .tagline-text {
    font-size: 16px;
    line-height: 27px;
    margin: 0; }
  .section_tab_collection .product-card__specs {
    padding-bottom: 30px;
    width: 80%;
    list-style: none;
    padding-left: 0; }
    .section_tab_collection .product-card__specs li {
      border-bottom: 2px solid #f1f2f2;
      padding: 8px 0; }
  .section_tab_collection .product-card__cta {
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: auto;
    text-decoration: underline;
    text-transform: uppercase;
    color: #0a0203;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease; }
  .section_tab_collection .product-card:hover .product-card__cta {
    color: #000;
    text-decoration: underline; }
  .section_tab_collection .info-section {
    margin: 0 auto;
    max-width: 1450px; }
  .section_tab_collection .info-container {
    display: flex;
    margin: 50px 0;
    overflow: hidden;
    padding: 10px; }
  .section_tab_collection .info-arrows {
    width: 8%;
    display: flex;
    flex-direction: column; }
  .section_tab_collection .arrow-icon {
    width: 100px;
    fill: #ffdd00; }
  .section_tab_collection .arrow-icon--offset {
    width: 80px;
    margin-top: 60px; }
  .section_tab_collection .info-content {
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0;
    padding: 10px; }
  .section_tab_collection .info-title {
    font-size: 72px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #ffdd00;
    margin: 24px 0; }
  .section_tab_collection .info-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px; }
  .section_tab_collection .info-cta {
    margin: 32px 10px;
    text-align: center; }
  .section_tab_collection .cta-button {
    background-color: #ffdd00;
    border: 2px solid #ffdd00;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 12px;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    text-decoration: none;
    color: black; }
  @media (max-width: 768px) {
    .section_tab_collection .hero-title {
      font-size: 40px;
      line-height: 48px; }
    .section_tab_collection .info-title {
      font-size: 48px;
      line-height: 40px; }
    .section_tab_collection .filter-controls {
      position: static;
      text-align: center;
      margin-top: 20px; }
    .section_tab_collection .info-container {
      flex-direction: column; }
    .section_tab_collection .info-arrows {
      width: 100%;
      flex-direction: row;
      justify-content: center;
      gap: 20px; }
    .section_tab_collection .info-content {
      width: 100%; }
    .section_tab_collection .filter-list {
      flex-direction: row;
      overflow-x: auto;
      justify-content: flex-start;
      padding: 10px;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none; }
    .section_tab_collection .filter-list::-webkit-scrollbar {
      display: none; }
    .section_tab_collection .filter-item {
      flex: 0 0 auto; } }
  .section_tab_collection .product-card__specs li {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease; }

@keyframes expandBackground {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; } }
  .section_tab_collection .control-btn:active {
    transform: scale(0.95); }
  .section_tab_collection .control-btn:disabled {
    opacity: 0.2;
    cursor: not-allowed; }
  .section_tab_collection .filter-counter {
    font-size: 14px; }
  .section_tab_collection .filter-item--active .filter-counter {
    opacity: 1; }

.fade-in {
  opacity: 0;
  animation: fadeIn 0.6s ease-in-out forwards; }

@keyframes fadeIn {
  to {
    opacity: 1; } }

.slide-up {
  transform: translateY(30px);
  opacity: 0;
  animation: slideUp 0.8s ease-out forwards; }

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1; } }

.hover-scale {
  transition: transform 0.3s ease; }
  .hover-scale:hover {
    transform: scale(1.05); }

.hover-fade {
  transition: opacity 0.3s ease; }
  .hover-fade:hover {
    opacity: 0.8; }

.text-center {
  text-align: center; }

.mb-0 {
  margin-bottom: 0; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }
