@charset "UTF-8";
.opupproduct {
  /* the slides */
  /* the parent */ }
  .opupproduct .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .opupproduct .slider-index.next svg {
      width: 24px; }
      .opupproduct .slider-index.next svg path {
        stroke: #fff; }
  .opupproduct .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .opupproduct .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .opupproduct .slider-index.prev svg path {
        stroke: #fff; }
  .opupproduct:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .opupproduct .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .opupproduct .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .opupproduct .slick-slide {
    margin: 0 7px; }
  .opupproduct .slick-list {
    margin: 0 -7px; }
  .opupproduct img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    height: 60px;
    width: 60px; }

.nutclosde {
  position: absolute;
  left: 14px;
  top: 15px;
  z-index: 999;
  cursor: pointer; }
  .nutclosde svg path {
    fill: #fff; }

.popupvideogiavi {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
  visibility: hidden; }
  .popupvideogiavi.active {
    visibility: visible; }

.opupproduct {
  position: absolute;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px; }
  .opupproduct .opupprouctitem {
    display: flex;
    flex-wrap: wrap;
    background: #252525; }
    .opupproduct .opupprouctitem a {
      display: block;
      background: #fff;
      text-align: center;
      padding: 3px;
      border-radius: 5px; }
  .opupproduct > div .opupproutem1 {
    width: 65px;
    padding: 7px 0; }
  .opupproduct > div .opupproutem2 {
    width: calc(100% - 65px);
    padding: 7px 0; }

.opupprouctitem > div:nth-child(3) {
  width: 100%; }

.titlelo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.opupproduct {
  opacity: 0; }

.swiper-slide-active .opupproduct {
  opacity: 1; }

/* ==== Popup Video Product CSS ==== */
.popup-video-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  display: none; }
  .popup-video-product.active {
    display: flex; }

.popup-video-product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.popup-video-product-container {
  position: relative;
  background: #fff;
  max-width: 1000px;
  width: 95%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden; }

.popup-video-product-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 992px) {
    .popup-video-product-inner {
      grid-template-columns: repeat(1, 1fr); }
      .popup-video-product-inner .popup-video-product-left {
        display: none !important; } }

.popup-video-product-inner > div {
  min-width: 0; }

/* Left Side */
.popup-video-product-left {
  background-color: #000; }

.popup-video-product-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; }

/* Right Side */
.popup-video-product-right {
  padding: 20px;
  overflow-y: auto;
  background-color: #f9f9f9; }

.popup-video-product-title {
  font-size: 20px;
  margin-bottom: 16px; }

.popup-video-product-list {
  display: grid;
  gap: 12px;
  max-height: 90vh;
  overflow: auto;
  padding-bottom: 40px; }

.popup-video-product-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  display: grid;
  grid-template-columns: 100px auto; }

.popup-video-product-item > div {
  min-width: 0;
  text-align: left;
  padding-left: 15px; }

.popup-video-product-item img {
  width: 100%;
  height: auto;
  margin-bottom: 8px; }

.product-title {
  font-size: 16px;
  margin: 4px 0; }

.product-price {
  color: #e53935;
  font-weight: bold; }

.product-button {
  display: inline-block;
  padding: 6px 12px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 6px; }

/* Responsive */
@media (max-width: 767px) {
  .popup-video-product-inner {
    flex-direction: column; }
  .popup-video-product-left,
  .popup-video-product-right {
    flex: 1 1 100%; } }

.popupvideogiavi .swiper-button-next:after, .popupvideogiavi .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 28px; }

.gap-summer-section {
  padding: 40px 20px;
  background-color: #f6f6f6;
  text-align: center; }

.gap-summer-heading {
  margin-bottom: 30px; }

.gap-summer-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1d1d1d; }

.gap-summer-cta .btn-view-all {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1d1d1d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 10px; }

.gap-summer-scroller {
  overflow-x: auto;
  margin-bottom: 30px; }

.gap-summer-items {
  display: flex;
  gap: 16px;
  padding: 10px 0;
  overflow: auto; }

.gap-summer-item {
  flex: 0 0 calc(100% / 3.2);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); }
  @media (max-width: 767px) {
    .gap-summer-item {
      flex: 0 0 calc(100% / 2.2); } }

.video-box {
  position: relative; }

.gap-summer-video {
  width: 100%;
  display: block;
  object-fit: cover; }

.video-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  z-index: 2; }

.volume-control {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center; }

.volume-slider {
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  width: 6px;
  height: 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  background-color: #fff; }

.volume-control:hover .volume-slider {
  opacity: 1; }

.btn-mute,
.btn-play {
  background-color: rgba(29, 29, 29, 0.3);
  color: #fff;
  border: none;
  padding: 6px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer; }

.nutthunhi {
  position: absolute;
  left: 3px;
  top: 58px;
  width: 41px;
  z-index: 9;
  cursor: pointer; }

.nutthunhi svg {
  color: #fff; }

.fwn-w1atjl {
  position: relative; }
  .fwn-w1atjl path {
    fill: #fff; }

.closervideo {
  position: absolute;
  right: 9px;
  top: 8px;
  visibility: hidden; }

.videofiright {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 200px;
  z-index: 9999;
  display: none; }
  .videofiright.active {
    display: block; }
  .videofiright video {
    width: 100%;
    border-radius: 10px; }
  .videofiright:hover .closervideo {
    visibility: visible;
    cursor: pointer;
    z-index: 9999; }

.video-controls.vlum2 {
  bottom: initial !important;
  top: 40px !important; }

.video-controls2 {
  position: absolute;
  top: 50px;
  right: 10px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  z-index: 2; }

.volume-control2 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center; }

.volume-slider2 {
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  width: 6px;
  height: 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  background-color: #fff; }

.volume-control2:hover .volume-slider2 {
  opacity: 1; }

.btn-mute2,
.btn-play2 {
  background-color: rgba(29, 29, 29, 0.3);
  color: #fff;
  border: none;
  padding: 6px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer; }

.video-controls3 {
  position: absolute;
  bottom: 20px;
  left: 10px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  z-index: 2; }

.volume-control3 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center; }

.volume-slider3 {
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  width: 6px;
  height: 60px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  background-color: #fff; }

.volume-control3:hover .volume-slider3 {
  opacity: 1; }

.btn-mute3,
.btn-play3 {
  background-color: rgba(29, 29, 29, 0.3);
  color: #fff;
  border: none;
  padding: 6px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer; }

.popup-video-product-title {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.vclosinpin {
  cursor: pointer; }

@media (max-width: 767px) {
  .gap-summer-title {
    font-size: 29px; } }

.gridtemplatecoll {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .gridtemplatecoll {
      flex-wrap: wrap; } }
  .gridtemplatecoll > div:nth-child(1) {
    width: calc(15% - 20px);
    overflow: hidden; }
    @media (max-width: 767px) {
      .gridtemplatecoll > div:nth-child(1) {
        flex-grow: 1; } }
  .gridtemplatecoll > div:nth-child(2) {
    width: calc(40% - 20px); }
    @media (max-width: 767px) {
      .gridtemplatecoll > div:nth-child(2) {
        width: calc(85% - 20px); } }
  .gridtemplatecoll > div:nth-child(3) {
    width: calc(45% - 20px); }
    @media (max-width: 767px) {
      .gridtemplatecoll > div:nth-child(3) {
        width: calc(100% - 20px); } }

.gridtemplatecoll > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center; }

.gridtemplatecoll > div:nth-child(3) {
  padding: 50px 0px; }

.popup-video-product-inner {
  display: block !important;
  padding: 15px;
  display: block !important;
  padding: 15px;
  max-height: 100vh;
  overflow: auto; }

.pickball a {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 11px;
  margin: 20px 0;
  pointer-events: none; }

.pickview {
  display: block;
  text-align: center; }

#product-quickview .product-quickview-swatch {
  margin-bottom: 15px; }
  #product-quickview .product-quickview-swatch .product-sw-line {
    margin-top: 15px; }
    #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select {
      gap: 10px; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
        font-weight: 500;
        margin-right: 20px;
        min-width: 100%;
        display: block;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: var(--border_radius);
        min-width: 70px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        cursor: pointer;
        box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        font-size: .85rem;
        margin-bottom: 0;
        text-align: center; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 700;
        color: #222; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        position: relative;
        background-position: center center;
        background-repeat: repeat;
        background-size: contain; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
        position: relative; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          position: relative;
          background-position: center center;
          background-repeat: repeat;
          background-size: contain; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative;
            z-index: -1; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            background-size: contain; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

#product-quickview .f1_d-none {
  display: none !important; }

#product-quickview .product-sw-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.titleproduct {
  font-size: 24px; }

/* Wrapper for positioning arrows */
.gridtemplatecoll1-swiper {
  position: relative;
  height: 600px;
  /* hoặc auto nếu bạn tự set ngoài */
  overflow: hidden; }
  @media (max-width: 767px) {
    .gridtemplatecoll1-swiper {
      height: 300px;
      /* hoặc auto nếu bạn tự set ngoài */ } }

/* Common styles for arrows */
.gridtemplatecoll1-swiper .swiper-button-next,
.gridtemplatecoll1-swiper .swiper-button-prev {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  /* tuỳ chỉnh */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer; }

/* Mũi tên trên */
.gridtemplatecoll1-swiper .swiper-button-prev {
  top: 20px;
  width: 100%;
  border-radius: 0; }

.swiper-vertical > .swiper-wrapper {
  gap: 15px; }

.gridtemplatecoll1-swiper a {
  display: block; }

.gridtemplatecoll1-swiper .swiper-slide {
  margin-bottom: 10px; }
  .gridtemplatecoll1-swiper .swiper-slide img {
    height: 100%; }

/* Mũi tên dưới */
.gridtemplatecoll1-swiper .swiper-button-next {
  width: 100%;
  border-radius: 0;
  top: auto;
  bottom: 0px; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 20px !important;
  transform: rotate(90deg); }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 20px !important;
  transform: rotate(90deg); }

.productmax {
  display: flex;
  margin: 20px 0;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  width: 100%; }
  .productmax > div:nth-child(2) {
    text-decoration: line-through; }

.add-to-cart.pickballed {
  display: none !important; }

.gridtemplatecoll3.actived .pickball {
  display: none; }

.gridtemplatecoll3.actived .add-to-cart.pickballed {
  display: flex !important; }

.pickview {
  margin-top: 15px; }

@media (max-width: 767px) {
  .swiper.gridtemplatecoll1-swiper {
    height: auto; }
  .gridtemplatecoll {
    display: block !important; }
  .gridtemplatecoll > div:nth-child(1) {
    width: 100%;
    overflow: initial; } }

.titleproduct {
  font-size: 16px;
  font-weight: 500; }

.valflex {
  display: flex;
  flex-wrap: wrap;
  gap: 7px; }

.flexswwat .product-sw-select {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center; }

.flexswwat .product-sw-title {
  width: 90px !important;
  min-width: 90px !important; }

#product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
  width: 18px;
  height: 18px;
  border: 1px solid #DFDFDF;
  padding: 2px;
  border-radius: 50%; }
  #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
    border-radius: 50%; }

#product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
  border-radius: 4px;
  overflow: hidden; }

#product-quickview .sw-color label:after, #product-quickview .sw-color label:before {
  display: none !important; }

#product-quickview label {
  position: relative; }

#product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -1px;
  top: -1px;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent var(--shop-color-main) transparent transparent; }

#product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  right: -1px;
  top: -1px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

#product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .soldOut + label:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin-top: 0;
  width: 100%;
  height: 1px;
  background: #bdbfbe; }

#product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .soldOut + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin-top: 0;
  width: 100%;
  height: 1px;
  background: #bdbfbe;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .soldOut,
#product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .soldOut + label {
  pointer-events: none; }

@media (max-width: 767px) {
  .gridtemplatecoll1-swiper .swiper-slide img {
    height: auto; } }

.coll-top .coll-image img {
  width: 100%; }

.contact-form .input-group input::placeholder, .contact-form .input-group textarea::placeholder {
  color: #000; }

.gap-summer-section .gap-summer-heading .gap-summer-title {
  color: #212658; }

.gap-summer-cta .btn-view-all {
  background: #212658; }

@media (max-width: 767px) {
  .mainFooter .contact-form .input-group input::placeholder, .mainFooter.contact-form .input-group textarea::placeholder {
    color: #fff; }
  .gap-summer-section .gap-summer-heading .gap-summer-title {
    color: #212658;
    font-size: 23px; }
  .gap-summer-cta .btn-view-all {
    font-size: 12px; } }
