@import "https://f08371.claudeassets.com/20250422125858cs_/https://www.depgiaydep.com/template/css/glide.core.min.css";
@import "https://7046df.claudeassets.com/20250422125858cs_/https://www.depgiaydep.com/template/css/glide.theme.min.css";
.av-navbar {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  transition: all 0.25s;
}
@media only screen and (min-width: 569px) {
  .av-navbar {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .av-navbar-temp #top {
    display: none;
  }
}
.av-navbar-row {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.25s ease-in-out;
}
.av-navbar-btn {
  margin-right: auto;
  flex-basis: 20px;
  position: relative;
  width: 24px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 5px;
  border-radius: 4px;
  cursor: pointer;
}
.av-navbar-btn:hover {
  border-color: gray;
}
.av-navbar-btn:hover > .av-navbar-btn-line {
  background-color: #333333;
}
.av-navbar-btn-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}
.av-navbar-btn-line:nth-child(1) {
  top: 6px;
}
.av-navbar-btn-line:nth-child(2) {
  top: 11px;
}
.av-navbar-btn-line:nth-child(3) {
  bottom: 6px;
}
.av-navbar-logo {
  height: 100%;
}
.av-navbar-logo img {
  max-width: 100%;
  max-height: 100%;
}
.av-navbar-cart {
  margin-left: auto;
  flex-basis: 20px;
}
.av-navbar-menu {
  position: fixed;
  top: 60px;
  left: -100%;
  width: 85%;
  height: calc(100% - 60px);
  background-color: white;
  z-index: 3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.25s ease-in-out;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.av-navbar-menu-items {
  list-style: none;
  overflow: auto;
}
.av-navbar-menu-items li a {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.av-navbar-menu-items li a i.icon-left {
  flex-basis: 20px;
  text-align: center;
  margin-right: 15px;
}
.av-navbar-menu-items li a i.icon-right {
  margin-left: auto;
}
.av-navbar-menu-items li.has-child ul {
  overflow: hidden;
  margin: 10px 15px 10px 35px;
  border-radius: 4px;
  list-style: none;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.av-navbar-menu-footer {
  margin-top: auto;
}
.av-navbar-menu-footer-text {
  display: block;
  background-color: #333333;
  text-align: center;
  padding: 15px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.av-navbar-menu-footer-text:hover {
  color: white;
}
.av-navbar-backdrop {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  cursor: pointer;
}
.av-navbar-search form {
  display: flex;
  height: 40px;
  align-items: center;
}
.av-navbar-search form input {
  display: block;
  flex: 4;
  margin-bottom: 0;
  height: 100%;
  border: 3px solid #333333;
  box-sizing: border-box;
  padding: 5px;
}
.av-navbar-search form input:focus {
  outline: none;
}
.av-navbar-search form button {
  display: block;
  flex: 1;
  height: 100%;
  border: 3px solid #333333;
  background-color: #333333;
  color: white;
  font-size: 20px;
}
.av-navbar-search form button:focus {
  outline: none;
}
.av-navbar.hide {
  top: -60px;
}

.av-banner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .av-banner {
    display: block;
  }
}
@media only screen and (max-width: 568px) {
  .av-banner {
    margin-top: 105px;
  }
}
.av-banner-left {
  flex-basis: 80%;
  height: 405px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .av-banner-left {
    flex-basis: 100%;
    height: auto;
  }
}
.av-banner-left .glide {
  height: 100%;
}
.av-banner-left .glide > .glide__track {
  height: 100%;
}
.av-banner-left .glide > .glide__track > .glide__slides {
  height: 100%;
}
.av-banner-left .glide > .glide__track > .glide__slides > .glide__slide {
  height: 100%;
}
.av-banner-left .glide > .glide__track > .glide__slides > .glide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media only screen and (max-width: 768px) {
  .av-banner-left .glide > .glide__track > .glide__slides > .glide__slide img {
    height: auto;
  }
}
@media only screen and (max-width: 568px) {
  .av-banner-left .glide > .glide__bullets {
    bottom: 1em;
  }
}
.av-banner-right {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  height: 405px;
}
@media only screen and (max-width: 768px) {
  .av-banner-right {
    flex-basis: 100%;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
    height: auto;
  }
}
.av-banner-right-block {
  flex: 1;
  height: 50%;
}
@media only screen and (max-width: 768px) {
  .av-banner-right-block {
    flex-basis: 50%;
    margin: 5px;
    height: auto;
  }
}
.av-banner-right-block:first-child {
  margin-bottom: 5px;
}
.av-banner-right-block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media only screen and (max-width: 768px) {
  .av-banner-right-block img {
    height: auto;
  }
}

.av-banner-pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .av-banner-pc {
    display: block;
    margin-top: 5px;
  }
  .av-banner-pc ul {
    display: flex;
    list-style: none;
    margin-right: -5px;
  }
  .av-banner-pc ul > li > a {
    display: block;
    padding-right: 5px;
  }
  .av-banner-pc ul > li > a > img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .av-push-bottom {
    position: relative;
    height: 1px;
    margin-bottom: 105px;
  }
}
#main {
  margin-top: 5px;
}
@media only screen and (max-width: 568px) {
  #main {
    margin-top: 15px;
  }
}

#top {
  position: static;
}

.nonprice {
  font-size: 16px !important;
}

/*# sourceMappingURL=av.css.map */

/*
     FILE ARCHIVED ON 04:47:51 Apr 22, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:38:03 Aug 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.526
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.043
  esindex: 0.008
  cdx.remote: 7.689
  LoadShardBlock: 74.495 (3)
  PetaboxLoader3.datanode: 205.164 (5)
  load_resource: 373.944
  PetaboxLoader3.resolve: 198.007
  loaddict: 122.788
*/