.breadcrumb_nav {
  margin-bottom: 3.4rem;
}
.breadcrumb_nav span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  color: #e1e1e1;
}
.breadcrumb_nav span a {
  color: #e1e1e1;
  transition: color 0.2s;
  font-size: 1.6rem;
}
.breadcrumb_nav span a:hover {
  color: var(--primary);
}
.breadcrumb_nav span .breadcrumb_last {
  font-size: 1.6rem;
  color: var(--text);
  font-weight: 500;
}
.price_box_sing {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.price_box_sing .price {
  font-size: 3.1rem;
  margin-top: 1.4rem;
}
.product_preview {
  padding: 8.5rem 0 6.3rem;
}
.product_preview .lt {
  width: 56.630265%;
  margin-left: -4.9922%;
  position: relative;
}
.product_preview .product_preview_swiper {
  padding: 0.8rem;
  overflow: hidden;
  max-width: 60.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.product_preview .product_preview_swiper::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #6C665E;
  clip-path: polygon(0 18px, 18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px, 2px calc(18px + 0.83px), 2px calc(100% - 18px - 0.83px), calc(18px + 0.83px) calc(100% - 2px), calc(100% - 18px - 0.83px) calc(100% - 2px), calc(100% - 2px) calc(100% - 18px - 0.83px), calc(100% - 2px) calc(18px + 0.83px), calc(100% - 18px - 0.83px) 2px, calc(18px + 0.83px) 2px, 2px calc(18px + 0.83px));
}
.product_preview .product_preview_swiper .tag {
  display: grid;
  grid-template-columns: auto 1fr auto;
  max-width: max-content;
  position: absolute;
  left: 2.8rem;
  top: 3.4rem;
  z-index: 3;
}
.product_preview .product_preview_swiper .tag::before,
.product_preview .product_preview_swiper .tag::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../img/tag1.svg) no-repeat center / contain;
}
.product_preview .product_preview_swiper .tag::after {
  transform: rotate(180deg);
}
.product_preview .product_preview_swiper .tag span {
  display: block;
  white-space: nowrap;
  color: #181818;
  font-weight: 500;
  line-height: 2.6rem;
  font-size: 1.46rem;
  padding: 0 1.5rem;
  margin: 0 -1px;
  background: url(../img/tag2.svg) repeat center / auto 100%;
}
.product_preview .product_preview_swiper .img {
  display: block;
  padding-bottom: 100%;
  border: 2px solid #6C665E;
}
.product_preview .swiper_box {
  gap: 1.5rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  margin-top: 1.8rem;
}
.product_preview .swiper_btns div {
  width: 4.8rem;
  height: 4.8rem;
}
.product_preview .product_preview_thumbs_swiper {
  overflow: hidden;
}
.product_preview .product_preview_thumbs_swiper .swiper-slide-thumb-active .img {
  border-color: var(--primary);
}
.product_preview .product_preview_thumbs_swiper .img {
  --h: 100%;
  border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.product_preview .rt {
  width: 46.177847%;
}
.product_preview h1 {
  font-weight: 500;
  font-size: 4.5rem;
}
.product_preview .price {
  font-size: 3.1rem;
  margin-top: 1.4rem;
}
.product_preview .option {
  margin: 1.4rem 0 2.4rem;
}
.product_preview .option .label {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.product_preview .option ul {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.product_preview .option li {
  color: var(--text);
  font-size: 1.7rem;
  border-radius: 0.4rem;
  border: 1px solid #8C8C8A;
  padding: 0.6rem 1.6rem;
  cursor: pointer;
  transition: all 0.3s;
}
.product_preview .option li.active,
.product_preview .option li:hover {
  color: #191919;
  border-color: var(--primary);
  background-color: var(--primary);
}
.product_preview .qty {
  width: 14.2rem;
  height: 4.8rem;
  transition: all 0.3s;
  border-radius: 0.4rem;
  border: 1px solid #8C8C8A;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.product_preview .qty:focus-within {
  border-color: var(--primary);
}
.product_preview .qty button {
  width: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.product_preview .qty button::after {
  content: '';
  display: block;
  width: 1.4rem;
  height: 0.8rem;
  transition: all 0.3s;
  transform: rotate(90deg);
  filter: contrast(0) brightness(1.2);
  background: url(../img/arrow-d.svg) no-repeat center / contain;
}
.product_preview .qty button:hover::after {
  filter: none;
}
.product_preview .qty .plus::after {
  transform: rotate(-90deg);
}
.product_preview .qty input {
  width: 100%;
  color: var(--text);
  font-size: 2.4rem;
  text-align: center;
  background-color: transparent;
}
.product_preview .btns {
  gap: 2rem;
  display: grid;
  margin-top: 3rem;
  max-width: 40rem;
}
.product_preview .btns .btn {
  border-radius: 0.6rem;
  border-color: var(--primary);
}

.product_preview .btns .btn:hover {
  color: #000;
  background-color: var(--primary);
}
.product_preview .btns .btn::before {
  display: none;
}
.product_preview .btns .add_to_cart {
  cursor: pointer;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  line-height: 5.6rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
  padding: 0 3rem;
  border: 2px solid var(--primary);
}
.product_preview .btns .add_to_cart:hover {
  color: #000;
  background-color: var(--primary);
}

.product_preview .btns .btn[disabled],
.product_preview .btns .add_to_cart[disabled]
{
  cursor: no-drop;  
} 


.product_preview .btns .btn.has_loader{
  background-color: unset;
  color: var(--primary);
}
.product_preview .btns .add_to_cart.has_loader{
  background-color: unset;
  color: #ffffff;
}

.product_preview .freebies {
  margin-top: 6rem;
  max-width: 55.6rem;
}
.product_preview .pd {
  gap: 2.2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 24.820144% 1fr;
  margin-bottom: 2rem;
}
.product_preview .pd .img {
  padding-bottom: 100%;
}
.product_preview .pd .info {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.product_preview .pd .info .title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.9rem;
  grid-column: 1/-1;
}
.product_preview .pd .info a {
  text-align: center;
  font-size: 2rem;
  line-height: 5rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
  max-width: 25.6rem;
  border: 2px solid var(--primary);
}
.product_preview .pd .info a:hover {
  color: #000;
  background-color: var(--primary);
}
.product_preview .pd .pd_price {
  font-size: 2.163rem;
  text-align: right;
}
.product_preview .pd .pd_price del {
  color: #767674;
  font-size: 1.8rem;
  display: block;
}
.product_intro {
  padding: 5.9rem 0;
}
.product_intro .head {
  margin-bottom: 3.2rem;
}
.product_intro .syedittext {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.product_intro .syedittext strong {
  display: block;
}
.product_intro .syedittext p {
  margin: 1.5rem 0;
}
.product_intro .syedittext li {
  position: relative;
  padding-left: 3.2rem;
  margin: 1.5rem 0;
}
.product_intro .syedittext li::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  background: url(../img/icon-star.svg) no-repeat center / contain;
}
.product_intro .item {
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_intro .item + .item {
  margin-top: 5rem;
}
.product_intro .item.r {
  flex-direction: row-reverse;
}
.product_intro .item .syedittext {
  flex: 1;
  max-width: 58.5rem;
}
.product_intro .img {
  width: 45.631825%;
}
.product_intro .img:hover img {
  transform: scale(1.03);
}
.product_specs {
  padding: 5.9rem 0 3.7rem;
}
.product_specs .main {
  margin-top: 5rem;
}
.product_specs .table {
  flex: 1;
  max-width: 60.6rem;
  padding: 1rem 0;
}
.product_specs .table table tr {
  border-bottom: 1px solid rgba(205, 181, 107, 0.5);
}
.product_specs .table table td {
  width: auto;
  font-size: 1.8rem;
  padding: 1.2rem 0 1.2rem 2rem;
  vertical-align: top;
}
.product_specs .table table td:first-child {
  width: 28.712871%;
  color: var(--primary);
  font-weight: 500;
  padding-left: 0;
}
.product_specs .img {
  width: 45.631825%;
}
.product_specs .img:hover img {
  transform: scale(1.03);
}
.product_gallery {
  padding: 3.7rem 0 7.8rem;
}
.product_gallery .product_gallery_swiper {
  overflow: hidden;
  margin-top: 8rem;
  clip-path: polygon(0 1.8rem, 1.8rem 0, calc(100% - 1.8rem) 0, 100% 1.8rem, 100% calc(100% - 1.8rem), calc(100% - 1.8rem) 100%, 0 100%);
}
.product_gallery .product_gallery_swiper .swiper-slide > .syeditorlist {
  gap: 2rem;
  display: flex;
}
.product_gallery .product_gallery_swiper .slide {
  flex: 1;
  position: relative;
  padding-bottom: 52.652106%;
}
.product_gallery .product_gallery_swiper .slide.large {
  flex: 2.093137;
}
.product_gallery .product_gallery_swiper .slide > .syeditorlist {
  gap: 2.8rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.product_gallery .product_gallery_swiper .img {
  flex: 1;
}
.product_gallery .product_gallery_swiper .img:hover img {
  transform: scale(1.03);
}
.product_gallery .controls {
  gap: 3rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  margin-top: 5rem;
}
.product_gallery div.swiper-scrollbar {
  position: static;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.19);
}
.product_gallery div.swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  margin-top: -1px;
  background-color: var(--primary);
  cursor: grab;
}
.product_gallery div.swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.product_gallery .swiper_btns {
  gap: 2rem;
}
.product_gallery .swiper_btns div {
  width: 4.8rem;
  height: 4.8rem;
}
.section_product {
  margin-bottom: 8.2rem;
}
.product_bar {
  display: none;
}
.product_options {
  display: none;
}
.product_mobile_footer{
  display: none;
}
.gallery_mobile_box .image{
  display: none;
}
.product_mobile_footer{
   display: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .product_preview .lt {
    width: 50%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb_nav {
    margin-bottom: 16px;
  }
  .breadcrumb_nav span a {
    font-size: 14px;
  }
  .breadcrumb_nav span .breadcrumb_last {
    font-size: 14px;
  }
  .price_box_sing .price {
    font-size: 20px;
    margin-top: 0;
  }
  .product_preview {
    padding: 16px 0 0;
  }
  .product_preview .lt {
    width: 50%;
    margin-left: 0;
  }
  .product_preview .product_preview_swiper {
    padding: 5px;
  }
  .product_preview .product_preview_swiper .tag {
    top: 14px;
    left: 12px;
  }
  .product_preview .product_preview_swiper .tag span {
    padding: 0 7px;
    margin: 0 -2px;
    font-size: inherit;
    line-height: 20px;
  }
  .product_preview .swiper_box {
    gap: 10px;
  }
  .product_preview .swiper_btns div {
    width: 26px;
    height: 26px;
    border-width: 2px;
  }
  .product_preview h1 {
    font-size: 28.4px;
    line-height: 40.5px;
  }
  .product_preview h1 br {
    display: none;
  }
  .product_preview .price {
    font-size: 20px;
  }
  .product_preview .option .label {
    font-size: 15px;
  }
  .product_preview .option ul {
    gap: 10px;
  }
  .product_preview .option li {
    font-size: 14px;
    padding: 5px 13px;
  }
  .product_preview .qty {
    width: 100px;
    height: 36px;
  }
  .product_preview .qty button {
    width: 18px;
  }
  .product_preview .qty button::after {
    width: 10px;
    height: 10px;
  }
  .product_preview .qty input {
    font-size: 18px;
  }
  .product_preview .btns .add_to_cart {
    font-size: 16px;
    line-height: 42px;
  }
  .product_preview .freebies {
    margin-top: 30px;
  }
  .product_preview .pd {
    gap: 14px;
  }
  .product_preview .pd .info {
    gap: 10px;
  }
  .product_preview .pd .info .title {
    font-size: 14px;
    line-height: 18px;
  }
  .product_preview .pd .info a {
    font-size: 12px;
    line-height: 32px;
    border-width: 1px;
    max-width: 160px;
  }
  .product_preview .pd .pd_price {
    font-size: 14px;
  }
  .product_preview .pd .pd_price del {
    font-size: 12px;
  }
  .product_intro {
    padding: 32px 0;
  }
  .product_intro .item + .item {
    margin-top: 32px;
  }
  .product_specs {
    padding: 32px 0;
  }
  .product_specs .main {
    margin-top: 32px;
  }
  .product_gallery {
    padding: 32px 0;
  }
  .product_gallery .product_gallery_swiper {
    margin-top: 32px;
  }
  .product_gallery .controls {
    margin-top: 20px;
  }
  .product_gallery .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .section_product {
    margin-bottom: 32px;
  }

  .product_mobile_footer{
    display: block;
  }

  .gallery_mobile_box .image{
    display: block;
  }
  .product_preview.mobile_active .rt{
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    overflow: auto; 
    max-height: 70vh;
    background-color: #191919;
    padding: 24px 18px;
  }
  .product_preview.mobile_active .rt::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    max-width: 164rem;
    margin: 2px auto 0;
    background-image: linear-gradient(to right, transparent 0%, #8D897E 10%, #8D897E 90%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
  }

  .product_preview .gallery_mobile_box.flex{
    display: block; 
  } 
  .product_preview .gallery_mobile_box.flex img{
    display: none;
  } 
  .product_preview.mobile_active .gallery_mobile_box.flex{
    display: flex;
    gap: 1rem;
  }
  .product_preview.mobile_active .gallery_mobile_box.flex img{
    display: block;
  } 
  .product_preview.mobile_active .gallery_mobile_box.flex img{
    width: 120px;
    height: 120px;
  }
  .product_preview.mobile_active .rt .price_box_sing {
    display: flex!important;
  }
  .product_preview.mobile_active .rt .options,
  .product_preview.mobile_active .rt .btns {
    display: block!important;
  }
  .product_preview.mobile_active .option{
    margin: 2.4rem 0 3.4rem;
  }
  .product_preview.mobile_active .rt .btns{
    display: flex!important;
    margin-bottom: 3rem;
  }

  .product_preview.mobile_active h1{
    font-size: 16.4px;
    line-height: 1.3;
  }
  .product_preview.mobile_active .btns .btn{
    min-width: 138px;
    font-size: 15px;
  }
  .product_preview.mobile_active .btns .add_to_cart{
    font-size: 15px;

  }
  .product_preview.mobile_active .rt .price_box_sing{
    justify-content: flex-end;
  }

  .product_mobile_footer{
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1001;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    background-color: #191919;
  }
  .product_mobile_footer::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    max-width: 164rem;
    margin: 2px auto 0;
    background-image: linear-gradient(to right, transparent 0%, #8D897E 10%, #8D897E 90%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .product_mobile_footer .flex{
    align-items: center;
  }
  .product_mobile_footer .price,
  .product_mobile_footer .price_box_sing .price {
    font-size: 20px;
    margin-top: 0;
  }
  .product_mobile_footer .btn{
    min-width: 150px;
  }
  .product_option_over{
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    display: none;

  }
  .product_option_over.active{
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .product_preview .flex {
    display: block;
  }
  .product_preview .lt {
    width: 100%;
  }
  .product_preview .rt {
    width: 100%;
    margin-top: 20px;
  }
  .product_preview .rt .price_box_sing,
  .product_preview .rt .options,
  .product_preview .rt .btns {
    display: none;
  }
  .product_preview .freebies {
    margin-top: 14px;
  }
  .product_intro .head {
    margin-bottom: 10px;
  }
  .product_intro .head h2 {
    font-size: 16px;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
  }
  .product_intro .head h2::after {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    transition: all 0.3s;
    transform: rotate(270deg);
    background: url(../img/arrow-r.svg) no-repeat center / contain;
  }
  .product_intro .item {
    display: block;
  }
  .product_intro .img {
    width: 100%;
    margin-top: 20px;
  }
  .product_specs .head {
    margin-bottom: 10px;
  }
  .product_specs .head h2 {
    font-size: 16px;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
  }
  .product_specs .head h2::after {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    transition: all 0.3s;
    transform: rotate(270deg);
    background: url(../img/arrow-r.svg) no-repeat center / contain;
  }
  .product_specs .main {
    display: block;
    margin-top: 10px;
  }
  .product_specs .img {
    width: 100%;
    margin-top: 20px;
  }
  .product_gallery .head {
    margin-bottom: 10px;
  }
  .product_gallery .head h2 {
    font-size: 16px;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
  }
  .product_gallery .head h2::after {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    transition: all 0.3s;
    transform: rotate(270deg);
    background: url(../img/arrow-r.svg) no-repeat center / contain;
  }
  .product_gallery .product_gallery_swiper {
    margin-top: 10px;
  }
  .product_gallery .product_gallery_swiper .swiper-slide > .syeditorlist {
    gap: 5px;
  }
  .product_gallery .product_gallery_swiper .slide > .syeditorlist {
    gap: 5px;
  }
  .section_product .head h2 {
    font-size: 16px;
  }
  .product_bar {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 9999;
    background-color: #191919;
    clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  }
  .product_bar::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent 0%, #8D897E 10%, #8D897E 90%, transparent 100%);
  }
  .product_bar .wrap {
    gap: 16px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 72px;
  }
  .product_bar .price {
    font-size: 18px;
    margin-right: auto;
  }
  .product_bar .qty {
    width: 80px;
    height: 46px;
    transition: all 0.3s;
    border-radius: 0.4rem;
    border: 1px solid #8C8C8A;
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
  .product_bar .qty:focus-within {
    border-color: var(--primary);
  }
  .product_bar .qty button {
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .product_bar .qty button::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
    transform: rotate(90deg);
    filter: contrast(0) brightness(1.2);
    background: url(../img/arrow-d.svg) no-repeat center / contain;
  }
  .product_bar .qty button:hover::after {
    filter: none;
  }
  .product_bar .qty .plus::after {
    transform: rotate(-90deg);
  }
  .product_bar .qty input {
    width: 100%;
    color: var(--text);
    font-size: 23px;
    text-align: center;
    background-color: transparent;
  }
  .product_bar .btn {
    min-width: unset;
  }
  .product_options {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  .product_options.active {
    opacity: 1;
    pointer-events: all;
  }
  .product_options.active .wrap {
    transform: translateY(0);
  }
  .product_options .close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .product_options .wrap {
    width: 100%;
    max-height: 662px;
    height: calc(100% - 66px);
    background-color: #191919;
    position: relative;
    transition: all 0.3s;
    transform: translateY(100%);
  }
  .product_options .wrap::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 30px;
    bottom: calc(100% + 22px);
    pointer-events: none;
    background: url(../img/icon-close.svg) no-repeat center / contain;
  }
  .product_options .con {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .product_options .scroll {
    flex: 1;
    overflow: auto;
    padding: 45px 30px 0;
  }
  .product_options .pd {
    gap: 24px;
    display: grid;
    align-items: center;
    grid-template-columns: 30.55556% 1fr;
  }
  .product_options .pd .img {
    padding-bottom: 100%;
  }
  .product_options .pd .info .title {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
  }
  .product_options .pd .info .price {
    font-size: 20px;
    text-align: right;
    margin-top: 10px;
  }
  .product_options .pd .info .price del {
    color: var(--text);
    font-size: 12px;
    margin-right: 8px;
  }
  .product_options .option {
    margin: 1.4rem 0 2.4rem;
  }
  .product_options .option .label {
    font-size: 15px;
    margin-bottom: 1rem;
  }
  .product_options .option ul {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .product_options .option li {
    color: var(--text);
    font-size: 14px;
    border-radius: 0.4rem;
    border: 1px solid #8C8C8A;
    padding: 5px 13px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .product_options .option li.active,
  .product_options .option li:hover {
    color: #191919;
    border-color: var(--primary);
    background-color: var(--primary);
  }
  .product_options .qty {
    width: 100px;
    height: 36px;
    transition: all 0.3s;
    border-radius: 0.4rem;
    border: 1px solid #8C8C8A;
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
  .product_options .qty:focus-within {
    border-color: var(--primary);
  }
  .product_options .qty button {
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .product_options .qty button::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    transition: all 0.3s;
    transform: rotate(90deg);
    filter: contrast(0) brightness(1.2);
    background: url(../img/arrow-d.svg) no-repeat center / contain;
  }
  .product_options .qty button:hover::after {
    filter: none;
  }
  .product_options .qty .plus::after {
    transform: rotate(-90deg);
  }
  .product_options .qty input {
    width: 100%;
    color: var(--text);
    font-size: 18px;
    text-align: center;
    background-color: transparent;
  }
  .product_options .btns {
    padding: 30px;
    text-align: right;
  }
  .product_options .btn {
    min-width: 146px;
  }
}
