:root {
    --font-size-big: 180px;
    --font-size-base: 16px;
    --font-size-small: 14px;
    --font-size-tini: 12px;
    --font-size-h1: 100px;
    --font-size-h2: 70px;
    --font-size-h3: 42px;
    --font-size-h4: 32px;
    --font-size-h5: 24px;
    --font-size-h6: 20px;
    --color-pri: #F47521;
    --color-bg: #141414;
    --color-gray: #E3E3DE;
    --color-gray-dark: #303030;
    --color-text: #FFFFFF;
    --color-white: #fff;
    --color-black: #000;
    --section-base: 40px;
    --button-height: 54px;
}

/* Basic */
body {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    color: var(--color-text);
    font-size: var(--font-size-base);
    line-height: 1.4;
    font-weight: 400;
    background-color: var(--color-bg);
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-bottom: calc(var(--section-base) * 0.5);
    line-height: normal;
}

.h1,
h1 {
    font-size: var(--font-size-h1);
}

.h2,
h2 {
    font-size: var(--font-size-h2);
}

.h3,
h3 {
    font-size: var(--font-size-h3);
}

.h4,
h4 {
    font-size: var(--font-size-h4);
}

.h5,
h5 {
    font-size: var(--font-size-h5);
}

.h6,
h6 {
    font-size: var(--font-size-h6);
}

img {
    width: 100%;
    height: auto;
}

a {
    color: var(--color-text);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--color-pri);
}

input,
select {
    display: inline-block;
}

.color-text {
    color: var(--color-text);
}

.color-bg {
    color: var(--color-bg);
}

.color-pri {
    color: var(--color-pri);
}

.color-gray {
    color: var(--color-gray);
}

.color-gray-dark {
    color: var(--color-gray-dark);
}

.bg-bg {
    background-color: var(--color-bg);
}

.bg-pri {
    background-color: var(--color-pri);
}

.bg-gray {
    background-color: var(--color-gray);
}

.bg-gray-dark {
    background-color: var(--color-gray-dark);
}

hr {
    border-width: 1px;
    border-color: var(--color-text);
    opacity: 1;
}

[type=button],
[type=reset],
[type=submit],
button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.wc-block-components-button:not(.is-link),
.wc-block-cart__submit-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-pri);
    border: 0;
    border-left: 3px solid var(--color-text);
    height: var(--button-height) !important;
    padding: 0px calc(var(--section-base) * 1);
    transition: all 0.3s ease-in-out !important;
    white-space: nowrap;
    border-radius: calc(var(--section-base) * 0);
    font-size: var(--font-size-h6);
    min-height: unset !important;
    outline: none !important;
    box-shadow: none !important;
}

[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.wc-block-cart__submit-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:hover,
.btn:focus,
.btn:hover {
    color: var(--color-text) !important;
    background: rgba(244, 117, 33, 0.75) !important;
    border-color: var(--color-text) !important;
}

.pb-base {
    padding-bottom: var(--section-base) !important;
}

.pb-big {
    padding-bottom: calc(var(--section-base) * 2) !important;
}

.pb-half {
    padding-bottom: calc(var(--section-base) * 0.5) !important;
}

.pt-base {
    padding-top: var(--section-base) !important;
}

.pt-big {
    padding-top: calc(var(--section-base) * 2) !important;
}

.pt-half {
    padding-top: calc(var(--section-base) * 0.5) !important;
}

.mt-base {
    margin-top: var(--section-base) !important;
}

.mt-big {
    margin-top: calc(var(--section-base) * 2) !important;
}

.mt-half {
    margin-top: calc(var(--section-base) * 0.5) !important;
}

.mb-half {
    margin-bottom: calc(var(--section-base) * 0.5) !important;
}

.mb-base {
    margin-bottom: var(--section-base) !important;
}

.mb-base-2 {
    margin-bottom: calc(var(--section-base) * 1.5) !important;
}

.mb-big {
    margin-bottom: calc(var(--section-base) * 2) !important;
}

.zindex-1 {
    z-index: 1;
}

.wc-block-components-textarea,
body .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.woocommerce div.product form.cart .variations select,
textarea,
select,
input {
    height: var(--button-height);
    background-color: transparent;
    border-radius: calc(var(--section-base) * 0);
    padding: 5px calc(var(--section-base)*.5);
    border: 1px solid #757575;
    outline: none;
    width: 100%;
    color: var(--color-text);
    font-size: var(--font-size-base);
    background-color: #141414;
}

textarea {
    height: calc(var(--section-base) * 4);
}

::placeholder {
    color: var(--color-text);
    opacity: 0.75;
    font-style: italic;
}

body .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce div.product form.cart .variations select,
select {
    -webkit-appearance: none;
    background-image: url('select.svg') !important;
    background-position: center right calc(var(--section-base)*.25);
    background-repeat: no-repeat;
    padding-right: calc(var(--section-base)*1);
    background-size: 12px !important;
    -webkit-background-size: 12px !important;
}

::-moz-selection {
    background: var(--color-gray-dark);
    color: var(--color-white);
}

::selection {
    background: var(--color-gray-dark);
    color: var(--color-white);
}

input[type="radio"],
input[type="checkbox"] {
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
}

.font-spec {
    font-family: "Oswald", sans-serif;
}

.fw-medium {
    font-weight: 500;
}

.font-big {
    font-size: var(--font-size-big);
}

.font-small {
    font-size: var(--font-size-small);
}

.font-tini {
    font-size: var(--font-size-tini);
}

.gap-half {
    gap: calc(var(--section-base) * 0.5);
}

.gap-base {
    gap: calc(var(--section-base) * 1);
}

.gap-big {
    gap: calc(var(--section-base) * 2);
}

.text-line {
    -webkit-text-stroke: 1px var(--color-text);
    color: transparent;
}

/* Main */
.site-main {
    padding-top: calc(var(--section-base) * 3.5);
    padding-bottom: calc(var(--section-base) * 2.5);
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-wrapper {
    height: auto;
}

.swiper-slide {
    height: auto;
}

.section {
    padding-top: calc(var(--section-base) * 2.5);
    padding-bottom: calc(var(--section-base) * 2.5);
    position: relative;
    background-size: cover;
    background-position: center;
}

.img-wrap {
    position: relative;
    padding-top: 120%;
    overflow: hidden;
}

.img-wrap.img-la {
    padding-top: 36%;
}

.img-wrap img {
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.img-wrap.has-hover:hover img {
    transform: scale(1.05);
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--color-white);
    width: var(--button-height);
    height: var(--button-height);
    background-color: var(--color-sec);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: var(--font-size-base);
}

.swiper-pagination {
    position: relative;
    padding-top: calc(var(--section-base) * 0.5);
}

.swiper-pagination-bullet-active {
    background: var(--color-white);
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 6px;
}

.swiper-scrollbar {
    background-color: rgba(255, 255, 255, 0.3);
}

.swiper-scrollbar-drag {
    border-radius: 0;
    background-color: var(--color-white);
}

.color-line {
    -webkit-text-stroke: 1px var(--color-text);
    color: transparent;
}

.icon-svg svg {
    width: calc(var(--section-base) * 0.75);
    height: calc(var(--section-base) * 0.75);
}

.pagination ul {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: calc(var(--section-base) * 1.5 / 3);
    list-style: none;
}

.pagination ul li a {
    width: calc(var(--section-base) * 4 / 3);
    height: calc(var(--section-base) * 4 / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-sec);
    color: var(--color-white);
    border-radius: 50%;
}

.pagination ul li a.active {
    background-color: var(--color-pri);
    pointer-events: none;
}

.section-banner {
    padding-top: calc(var(--section-base) * 4.5);
}

.section-banner .img {
    position: relative;
}

.section-banner .img img {
    height: calc(var(--section-base) * 15);
    object-fit: cover;
}

.section-banner .btn-sq {
    position: absolute;
    width: calc(var(--section-base) * 3);
    height: calc(var(--section-base) * 3) !important;
    padding: 0;
    border-radius: 50%;
    top: calc(var(--section-base) * -1.5);
    left: calc(50% + calc(var(--section-base) * -1.5));
}

.section-banner .btn-sq svg {
    width: calc(var(--section-base) * 1.4);
    height: calc(var(--section-base) * 1.4);
}

.section-banner .bg {
    position: absolute;
    z-index: 0;
    font-size: 18vw;
    bottom: -2vw;
    right: 0;
}

.page-title {
    font-family: "Oswald", sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    display: flex;
    justify-content: center;
    color: var(--color-pri);
    margin-bottom: calc(var(--section-base) * 0.5);
    font-size: var(--font-size-base);
}

.woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: var(--color-pri);
    opacity: 0.5;
    white-space: nowrap;
}

.woocommerce-products-header {
    margin-bottom: calc(var(--section-base) * 1);
}

a.backtotop {
    width: calc(var(--section-base) * 1.2);
    height: calc(var(--section-base) * 1.2);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-pri);
    position: fixed;
    bottom: 50px;
    right: 25px;
    transition: all 0.4s ease 0s;
    z-index: 999;
    overflow: hidden;
    border-radius: 50%;
}

a.backtotop svg {
    width: calc(var(--section-base) * 0.6);
    height: calc(var(--section-base) * 0.6);
}

a.backtotop:hover {
    background: rgba(244, 117, 33, 0.75);
}

a.backtotop:not(.active) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.payment img {
    width: 150px;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.5rem;
    row-gap: calc(var(--section-base) * 1.2);
    padding-top: calc(var(--section-base) * 0.5);
    margin-bottom: calc(var(--section-base) * 1);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 !important;
    width: 100% !important;
}

.woocommerce ul.products li.product a {
    position: relative;
    display: block;
    height: 100%;
}

.woocommerce ul.products li.product a::after {
    position: absolute;
    content: "";
    height: 1px;
    bottom: 2px;
    z-index: 0;
    width: 100%;
    left: 0;
    background-color: var(--color-gray);
}

.woocommerce ul.products li.product a::before {
    position: absolute;
    content: "";
    height: 5px;
    bottom: 0px;
    z-index: 1;
    width: 0;
    left: 0;
    background-color: var(--color-pri);
    transition: all 0.4s ease-in-out;
}

.woocommerce ul.products li.product a:hover::before {
    width: 80%;
}

.woocommerce ul.products li.product .img-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-pri);
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.woocommerce ul.products li.product a:hover .img-wrap::after {
    opacity: 0.5;
}

.woocommerce ul.products li.product a:hover .img-wrap img {
    transform: scale(1.05);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: var(--font-size-h6);
    color: var(--color-white);
    padding: 0;
    margin: 0;
    margin-bottom: calc(var(--section-base) * 0.5);
}

.woocommerce ul.products li.product .price {
    color: var(--color-pri);
    font-size: var(--font-size-base);
    font-weight: 600;
    margin-bottom: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--color-pri);
}

.woocommerce .products .star-rating {
    margin: 0;
    color: var(--color-pri);
}

.woocommerce ul.products li.product .product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: calc(var(--section-base) * 0.4);
    margin-bottom: 6px;
}

.woocommerce span.onsale {
    padding: 0;
    margin: 0;
    width: calc(var(--section-base) * 1.15);
    height: calc(var(--section-base) * 1.15);
    line-height: unset;
    background: var(--color-pri);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size-small);
    z-index: 2;
}

.woocommerce ul.products li.product .onsale {
    top: calc(var(--section-base) * 0.4);
    right: calc(var(--section-base) * 0.4);
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--color-bg);
    background: var(--color-white);
    width: var(--section-base);
    height: var(--section-base);
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color-pri);
    color: var(--color-white);
}

.has-circle {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.has-circle::before {
    content: "";
    position: absolute;
    height: 110%;
    aspect-ratio: 1 / 1;
    background: var(--color-pri);
    z-index: -1;
    left: calc(var(--section-base) * -0.7);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.two-line,
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background: var(--color-pri);
}

.woocommerce div.product .product_title {
    font-size: var(--font-size-h2);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--color-pri);
}

.woocommerce div.product form.cart .variations {
    width: calc(var(--section-base) * 10);
    border-collapse: separate;
    border-spacing: 0 calc(var(--section-base) * 0.4);
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    vertical-align: middle;
}

.woocommerce div.product form.cart .variations .label {
    width: calc(var(--section-base) * 3);
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce .quantity .qty {
    width: calc(var(--section-base) * 3 - 10px);
    padding: 5px calc(var(--section-base) * .5);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: var(--color-gray-dark);
    color: #bebebe;
    border-top-width: 2px;
    outline: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(var(--section-base) * .25) calc(var(--section-base) * .5);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    content: none;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    width: calc(var(--section-base) * 10);
    gap: 10px;
}

.woocommerce div.product form.cart .button {
    width: 100%;
}

.woocommerce div.product form.cart .woocommerce-variation-price {
    margin-bottom: calc(var(--section-base) * 0.5);
}

.woocommerce div.product .ppc-button-wrapper {
    margin-bottom: calc(var(--section-base) * 1);
}

.product_meta {
    padding-top: calc(var(--section-base) * 1);
    border-top: 1px solid var(--color-gray);
}

.product_meta>* {
    display: block;
    line-height: 1.5;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    position: relative;
    padding-top: 110%;
    overflow: hidden;
    display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: calc(var(--section-base) * 0.5);
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    column-gap: calc(var(--section-base) * 0.5);
    row-gap: calc(var(--section-base) * 0.5);
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    display: flex;
    gap: 2px;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--color-white);
    background: var(--color-gray-dark);
    height: var(--button-height);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 0px calc(var(--section-base) * 1);
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    padding-top: calc(var(--section-base) * 1);
}

.woocommerce div.product h2 {
    font-size: var(--font-size-h3);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: none;
}

.related.products {
    padding-top: calc(var(--section-base) * 2);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--color-bg);
    text-shadow: inherit;
    background: var(--color-gray);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: calc(var(--section-base) * 3);
    padding: 0;
    border: 0;
    height: 100%;
    padding: calc(var(--section-base) * 0.5) 0 calc(var(--section-base) * 0.5) calc(var(--section-base) * 0.5);
    object-fit: contain;
    object-position: top center;
    background-color: var(--color-gray-dark);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 calc(var(--section-base) * 3);
    border-radius: 0;
    border: 0;
    background-color: var(--color-gray-dark);
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}

.woocommerce .star-rating {
    color: var(--color-pri);
}

.woocommerce .star-rating::before {
    color: var(--color-pri);
}

.woocommerce .comment-reply-title {
    margin-bottom: calc(var(--section-base) * 0.25);
    display: block;
}

.woocommerce .comment-form-rating {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: calc(var(--section-base) * 0.25);
}

.woocommerce .comment-form-rating .stars {
    margin-bottom: 0 !important;
}

body .is-large.wc-block-cart .wc-block-cart-items th {
    padding: calc(var(--section-base) * 0.5) calc(var(--section-base) * 0.5);
    background-color: var(--color-gray-dark) !important;
    visibility: visible !important;
}

body .is-large.wc-block-cart .wc-block-cart-items {
    border-bottom: 0;
}

body .is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 0;
    border-bottom: 1px solid var(--color-gray-dark);
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: calc(var(--button-height) * 0.75) !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 0 !important;
    border: 1px solid var(--color-gray) !important;
    border-radius: 0 !important;
    height: calc(var(--button-height) * 0.75) !important;
    width: calc(var(--button-height) * 0.75) !important;
}

.wp-block-woocommerce-cart-order-summary-block {
    background-color: var(--color-gray-dark);
    margin-bottom: calc(var(--section-base) * 0.75);
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    padding: calc(var(--section-base) * 0.5) calc(var(--section-base) * 0.5) !important;
    background-color: var(--color-pri) !important;
    display: block !important;
    font-size: var(--font-size-base);
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 0 !important;
}

.wc-block-components-totals-wrapper {
    border-top: 0 !important;
}

.wp-block-woocommerce-cart-order-summary-block>.wc-block-components-totals-wrapper:last-child {
    background-color: #232323;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 0 solid var(--color-gray) !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
    border-bottom: 1px solid var(--color-gray) !important;
}

.wc-block-components-textarea,
body .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #757575 !important;
    color: var(--color-white) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: var(--button-height) !important;
    padding: 1em 0 0 !important;
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
}

body .wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    color: var(--color-white) !important;
    opacity: 0.75 !important;
    left: 0 !important;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-components-panel,
.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item,
.wc-block-cart .wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    padding-left: calc(var(--section-base) * 0.5) !important;
    padding-right: calc(var(--section-base) * 0.5) !important;
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    padding: calc(var(--section-base)) 0 calc(var(--section-base) * 0.5) 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
    transform: translateY(3px) scale(.75) !important;
}

body .wc-block-components-checkout-step__heading {
    margin: 0 0 calc(var(--section-base) * 0.75) 0 !important;
    padding: calc(var(--section-base) * 0.3) calc(var(--section-base) * 0.5) !important;
    background-color: #232323;
    line-height: 1;
}

.is-mobile .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option,
.is-small .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    padding-left: 2em !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.wc-block-components-radio-control-accordion-content .ppcp-place-order-description {
    text-align: left !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    left: 0 !important;
}

.wc-block-checkout__terms,
.wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: calc(var(--section-base) * 0.75) !important;
    padding-top: 0 !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: calc(var(--section-base) * 0.75) !important;
    border-top: 1px solid var(--color-gray) !important;
}

body .wc-blocks-components-select .wc-blocks-components-select__container {
    background: none;
    border: 0;
    border-radius: 0;
    height: unset;
}

.wc-blocks-components-select .wc-blocks-components-select__expand {
    display: none !important;
}

.wc-block-components-textarea {
    height: calc(var(--button-height) * 2.5) !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: var(--color-gray-dark);
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-gray) !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 0 !important;
    border-radius: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block>.wc-block-components-totals-wrapper:last-child {
    background-color: #232323;
}

body .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    border: 0;
    background-color: var(--color-pri);
    color: var(--color-white);
    box-shadow: none;
}

#customer_login h2 {
    font-size: var(--font-size-h3);
}

body .woocommerce form.checkout_coupon,
body .woocommerce form.login,
body .woocommerce form.register {
    border: 0;
    border-radius: 0;
    background-color: var(--color-gray-dark);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: transparent;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: calc(var(--section-base) * 0.5);
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
.is-small .wc-block-components-form .wc-block-components-checkout-step:after {
    content: none !important;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wc-block-components-address-card {
    border: 0 !important;
    border-radius: 0 !important;
    background: rgb(40 40 40 / 35%) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 1px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    height: var(--button-height);
    display: flex;
    padding: 0 calc(var(--section-base));
    align-items: center;
    background-color: var(--color-gray-dark);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--color-pri);
    color: var(--color-white) !important;
}

.woocommerce table.shop_table {
    border: 0;
    border-collapse: collapse;
    border-radius: 0;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: calc(var(--section-base) * 0.5);
}

.woocommerce table.my_account_orders thead th {
    background-color: var(--color-gray-dark);
}

.woocommerce table.my_account_orders tbody td,
.woocommerce table.my_account_orders tbody th {
    border-bottom: 1px solid var(--color-gray-dark);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    height: unset !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: none !important;
}

.woocommerce-Address-title {
    margin-bottom: calc(var(--section-base) * 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-Address-title h2 {
    font-size: var(--font-size-h4);
    margin-bottom: 0;
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    content: none;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #757575;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: var(--button-height);
}

.select2-container .select2-selection--single {
    height: var(--button-height);
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 1rem;
}

.woocommerce-MyAccount-content>form>h2 {
    font-size: var(--font-size-h3);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.item-blog {
    position: relative;
    display: block;
    height: 100%;
}

.item-blog .img-wrap {
    padding-top: 100%;
}


.item-blog::after {
    position: absolute;
    content: "";
    height: 1px;
    bottom: 2px;
    z-index: 0;
    width: 100%;
    left: 0;
    background-color: var(--color-gray);
}

.item-blog::before {
    position: absolute;
    content: "";
    height: 5px;
    bottom: 0px;
    z-index: 1;
    width: 0;
    left: 0;
    background-color: var(--color-pri);
    transition: all 0.4s ease-in-out;
}

.item-blog:hover::before {
    width: 80%;
}

.item-blog .img-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-pri);
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}


.item-blog:hover .img-wrap::after {
    opacity: 0.5;
}

.item-blog:hover .img-wrap img {
    transform: scale(1.05);
}

.item-blog .content {
    padding-bottom: calc(var(--section-base) * 0.5);
}

.content-wrap .wp-block-image :where(figcaption) {
    font-size: 0.85rem;
    font-style: italic;
}

.sidebar-wrap {
    background-color: var(--color-gray-dark);
}

.title-wrap {
    background-color: var(--color-pri);
    padding: calc(var(--section-base) * 0.5);
    margin-bottom: 0;
    text-align: center;
}


.sidebar-wrap .lists {
    padding: calc(var(--section-base) * 1) calc(var(--section-base) * 0.5);
}

.sidebar-wrap .lists .item-blog {
    display: flex;
    gap: 14px;
    align-items: center;
}

.sidebar-wrap .lists .item-blog .img-wrap {
    padding-top: 26%;
    width: 26%;
    min-width: 26%;
}

.sidebar-wrap .lists .item-blog h5 {
    font-size: var(--font-size-h6);
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    padding: calc(var(--section-base) * 0.5) calc(var(--section-base) * 0.5) !important;
    background-color: var(--color-pri) !important;
    margin-top: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0 !important;
    text-transform: uppercase;
}

.wc-block-components-checkout-order-summary__content>.wc-block-components-totals-wrapper:last-child {
    background-color: #232323;
}

body .wc-block-cart .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__fieldset {
    padding-left: 0 !important;
}

.highlights-box {
    display: flex;
    column-gap: 1px;
}

.item-highlights {
    display: flex;
    width: 100%;
    padding: calc(var(--section-base) * 1) calc(var(--section-base) * 1.5);
    flex-direction: column;
    justify-content: space-between;
    color: var(--color-bg);
}

.item-highlights img {
    width: calc(var(--section-base) * 2);
    height: calc(var(--section-base) * 2);
    object-fit: contain;
}

.bg-vec {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.bg-vec svg {
    width: 100%;
    height: 100%;
}

.bg-vec-01 {
    top: calc(var(--section-base) * 1.5);
    bottom: calc(var(--section-base) * 1.5);
    left: 50%;
    transform: translateX(-56%);
}


.scroll-title {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.scroll-title>div {
    display: flex;
    white-space: nowrap;
    flex-shrink: 0;
    transform: translateX(0);
    gap: calc(var(--section-base) * 1.5);
    width: max-content;
    display: flex;
    align-items: center;
    -webkit-animation: scrollText 60s infinite linear;
    animation: scrollText 60s infinite linear;
}

@-webkit-keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}