@charset "UTF-8";
#dslr-cameras .banner-container {
  background-image: url("https://www.nikon-asia.com/media/DSLRLenses/hero-overview-large.jpg");
  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: 800px;
  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; } }

.characteristics {
  margin: 60px 0;
  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: 1200px;
    margin: 0 auto;
    text-align: center; }
  .characteristics .characteristics-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 500;
    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(3, 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: center;
    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: 32px;
    line-height: 1.3;
    font-weight: 500;
    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; } }

#dslr_lenses_banner_mid {
  background-color: black;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #dslr_lenses_banner_mid .content-wrapper {
    display: flex;
    flex-wrap: wrap; }
  #dslr_lenses_banner_mid .spacer-left {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    width: 17%; }
  #dslr_lenses_banner_mid .main-content {
    align-self: stretch;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    text-align: center;
    width: 67%; }
  #dslr_lenses_banner_mid .text-content {
    overflow-wrap: break-word;
    padding: 80px 20px 10px;
    text-align: center;
    word-wrap: break-word; }
  #dslr_lenses_banner_mid .main-heading {
    margin: 0 0 10px;
    overflow-wrap: break-word;
    text-align: center;
    word-wrap: break-word;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    color: white;
    border-color: white;
    outline-color: white;
    text-decoration-color: white;
    text-emphasis-color: white; }
  #dslr_lenses_banner_mid .cta-container {
    margin: 10px 0;
    padding: 10px 10px 0;
    text-align: center; }
  #dslr_lenses_banner_mid .button-wrapper {
    display: inline-block;
    text-align: center; }
  #dslr_lenses_banner_mid .cta-button {
    background-color: #ffdd00;
    background-position: 0% 0%;
    border: 1.6px solid #ffdd00;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    max-width: 240px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 0.5s;
    vertical-align: middle;
    text-decoration: none; }
  #dslr_lenses_banner_mid .button-text {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: inherit; }
  #dslr_lenses_banner_mid .spacer-right {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    width: 17%; }
  #dslr_lenses_banner_mid .image-section {
    display: flex;
    flex-wrap: wrap; }
  #dslr_lenses_banner_mid .image-container {
    align-self: stretch;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 10px 0;
    width: 100%; }
  #dslr_lenses_banner_mid .lens-figure {
    position: relative;
    margin: 0; }
  #dslr_lenses_banner_mid .lens-image-primary {
    display: inline;
    max-width: 100%;
    overflow-clip-margin: content-box;
    overflow: clip;
    vertical-align: top; }
  #dslr_lenses_banner_mid .lens-image-secondary {
    display: none;
    max-width: 100%;
    overflow-clip-margin: content-box;
    overflow: clip;
    vertical-align: top; }

.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: 0px;
    display: flex;
    flex-direction: column; }
  .section_tab_collection .hero-content {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center; }
  .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;
      font-weight: 700;
      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; }

.nikkor-showcase {
  padding: 60px 0; }
  .nikkor-showcase .hero-section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-flow: column nowrap;
    justify-content: center;
    margin-bottom: 50px; }
  .nikkor-showcase .hero-content {
    align-self: stretch;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 10px;
    text-align: center; }
  .nikkor-showcase .hero-text {
    overflow-wrap: break-word;
    text-align: center;
    word-wrap: break-word; }
  .nikkor-showcase .main-title {
    margin-bottom: 10px;
    overflow-wrap: break-word;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 40px; }
  .nikkor-showcase .title-text {
    font-weight: 500;
    border-color: black;
    color: black;
    font-size: 56px;
    line-height: 52px;
    outline-color: black;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration-color: black;
    text-emphasis-color: black;
    word-wrap: break-word; }
  .nikkor-showcase .hero-description {
    margin-bottom: 10px;
    overflow-wrap: break-word;
    text-align: center;
    word-wrap: break-word; }
  .nikkor-showcase .description-text {
    border-color: black;
    color: black;
    font-size: 16px;
    line-height: 16px;
    outline-color: black;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration-color: black;
    text-emphasis-color: black;
    word-wrap: break-word; }
  .nikkor-showcase .categories-section-second {
    display: flex;
    flex-direction: column;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 0; }
  .nikkor-showcase .categories-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
    .nikkor-showcase .categories-container .category-card {
      align-self: stretch;
      background-color: rgba(0, 0, 0, 0.3);
      background-position: 0% 0%;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      flex-direction: column;
      flex-flow: column nowrap;
      justify-content: center;
      min-height: 300px;
      padding: 50px 20px 0;
      /* Mặc định: Mobile (1 item/hàng) */
      flex: 1 1 100%;
      /* Chiếm full width */
      max-width: 100%;
      /* Tablet (2 item/hàng) */
      /* Desktop (4 item/hàng) */ }
      @media (min-width: 576px) {
        .nikkor-showcase .categories-container .category-card {
          flex: 1 1 calc(50% - 20px);
          /* 50% - gap */
          max-width: calc(50% - 20px); } }
      @media (min-width: 992px) {
        .nikkor-showcase .categories-container .category-card {
          flex: 1 1 calc(50% - 20px);
          /* 25% - gap */
          max-width: calc(50% - 20px); } }
  .nikkor-showcase .categories-container-triple {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
    .nikkor-showcase .categories-container-triple .category-card-small {
      align-self: stretch;
      background-color: rgba(0, 0, 0, 0.3);
      background-position: 0% 0%;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      flex-direction: column;
      flex-flow: column nowrap;
      justify-content: center;
      margin-top: 20px;
      min-height: 300px;
      padding: 0 20px;
      flex: 1 1 100%;
      /* Chiếm full width */
      max-width: 100%; }
      @media (min-width: 576px) {
        .nikkor-showcase .categories-container-triple .category-card-small {
          flex: 1 1 calc(100%/3 - 20px);
          /* 50% - gap */
          max-width: calc(100%/3 - 20px); } }
      @media (min-width: 992px) {
        .nikkor-showcase .categories-container-triple .category-card-small {
          flex: 1 1 calc(100%/3 - 20px);
          /* 25% - gap */
          max-width: calc(100%/3 - 20px); } }
  .nikkor-showcase .people-events {
    background-image: url("https://www.nikon-asia.com/media/wysiwyg/hero-people-small.jpeg");
    margin: 0px; }
  .nikkor-showcase .travel-landscape {
    background-image: url("https://www.nikon-asia.com/media/wysiwyg/hero-travel-small.jpeg");
    margin: 0px; }
  .nikkor-showcase .sports-action {
    background-image: url("https://www.nikon-asia.com/media/wysiwyg/hero-sports-small.jpeg");
    margin: 0px; }
  .nikkor-showcase .nature-wildlife {
    background-image: url("https://www.nikon-asia.com/media/wysiwyg/hero-nature-small.jpeg");
    margin: 0px; }
  .nikkor-showcase .macro-closeup {
    background-image: url("https://www.nikon-asia.com/media/wysiwyg/hero-macro-small.jpeg");
    margin: 0px; }
  .nikkor-showcase .video-production {
    background-image: url("https://www.nikon-asia.com/media/wysiwyg/hero-video-small.jpeg");
    margin: 0px; }
  .nikkor-showcase .special-purpose {
    background-image: url("https://www.nikon-asia.com/media/wysiwyg/hero-special-small.jpeg");
    margin: 0px; }
  .nikkor-showcase .category-content {
    overflow-wrap: break-word;
    word-wrap: break-word; }
  .nikkor-showcase .category-title {
    border-color: white;
    color: white;
    font-size: 32px;
    line-height: 55px;
    margin: 0;
    outline-color: white;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration-color: white;
    text-emphasis-color: white;
    word-wrap: break-word; }

.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; }
