a,
abbr,
acronym,
address,
area,
b,
big,
blockquote,
body,
br,
button,
caption,
cite,
code,
col,
colgroup,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
input,
ins,
label,
legend,
map,
object,
option,
p,
param,
pre,
q,
samp,
select,
small,
span,
strong,
sub,
sup,
table,
tbody,
textarea,
tfoot,
thead,
tr,
tt,
var {
  border: none;
  margin: 0;
  padding: 0;
  text-transform: math-auto;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
del,
dfn,
div,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
var {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-transform: math-auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
button {
  border: 0;
}
a {
  text-decoration: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  outline: none;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::-ms-clear,
::-ms-reveal {
  height: 0;
  width: 0;
}
::-ms-reveal {
  display: none;
}
a,
input {
  -webkit-appearance: none;
}
img {
  display: block;
  width: auto;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.1px;
}
.page-width-large,
.page-width-medium,
.page-width-small,
.page-width-xsmall {
  margin: 0 auto;
  max-width: 1360px;
}
.page-width-medium {
  padding-left: 32px;
  padding-right: 32px;
}
.page-width-small {
  padding-left: 20px;
  padding-right: 20px;
}
.page-width-xsmall {
  padding-left: 8px;
  padding-right: 8px;
}
.page-width-large {
  padding-left: 46px;
  padding-right: 46px;
}
.text-input {
  background: var(--Base-white, #fff);
  border-radius: 22px;
  color: var(--Grey-grey-400, #000);
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 21px 20px;
}
.text-input::placeholder {
  color: var(--Grey-grey-400, #939393) !important;
  font-family:
    Inter Tight,
    sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 26px !important;
}
.text-input-2nd {
  background: var(--25, #eceef2);
  border-radius: 12px;
  color: var(--65, #999fa9);
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  height: 46px;
  letter-spacing: -0.32px;
  line-height: 18px;
  padding: 0 20px;
  width: 120px;
}
.text-input-2nd::placeholder {
  color: var(--65, #999fa9) !important;
  font-family:
    Inter Tight,
    sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 450 !important;
  letter-spacing: -0.32px !important;
  line-height: 18px !important;
}
.applied-discounts {
  display: flex;
  flex-direction: column;
}
.applied-discounts .discount-elem {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 13px 16px;
}
.applied-discounts .discount-elem .discount-title {
  color: var(--black-00, var(--110, #191b1e));
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  line-height: 22px;
  text-transform: lowercase;
}
.applied-discounts .discount-elem .discount-info {
  align-items: center;
  display: flex;
  gap: 12px;
}
.applied-discounts .discount-elem .discount-info .discount-parcent {
  background: rgba(0, 161, 255, 0.12);
  border-radius: 6px;
  color: var(--accent-blue-10, #0090e4);
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 18px;
  padding: 0 3px;
  text-transform: lowercase;
}
.applied-discounts .discount-elem .discount-info .discount-price {
  color: var(--black-00, var(--110, #191b1e));
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  line-height: 22px;
  text-align: right;
  text-transform: lowercase;
}
.applied-discounts .discount-elem .discount-info .discount-remove {
  background-color: var(--20, #f4f5f6);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  padding: 10px;
  transition: 0.4s;
}
.applied-discounts .discount-elem .discount-info .discount-remove svg path {
  transition: 0.4s;
}
.applied-discounts .discount-elem .discount-info .discount-remove:hover {
  background-color: #191b1e;
  transition: 0.4s;
}
.applied-discounts
  .discount-elem
  .discount-info
  .discount-remove:hover
  svg
  path {
  fill: #fff;
  transition: 0.4s;
}
.discount-error {
  color: #e42b1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  padding-left: 16px;
  text-transform: lowercase;
}
.discount-error,
.submit-btn {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
}
.submit-btn {
  align-items: center;
  background: var(--110, #191b1e);
  border-radius: 12px;
  color: var(--Base-white, #fff);
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 46px;
  justify-content: center;
  line-height: 18px;
  padding: 0 20px;
  text-align: center;
  text-wrap: nowrap;
  transition: 0.4s;
}
.submit-btn:hover {
  background-color: #f4f5f6;
  color: #191b1e;
  transition: 0.4s;
}
.text-1st {
  color: var(--90, #34373c);
  font-weight: 450;
  line-height: 22px;
}
.text-1st,
.text-2nd {
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-style: normal;
  letter-spacing: -0.4px;
  text-transform: lowercase;
}
.text-2nd {
  font-weight: 500;
  line-height: 26px;
}
.text-3rd {
  font-weight: 450;
  letter-spacing: -0.32px;
  line-height: 18px;
  text-transform: lowercase;
}
.text-3rd,
.text-4rd {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-style: normal;
}
.text-4rd {
  font-weight: 600;
  line-height: 150%;
}
.link-item {
  color: var(--Grey-grey-200, #c1c1c1);
  font-family: "Inter Tight", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.cur-pointer,
a,
button,
input[type="submit"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cur-pointer {
  cursor: pointer;
}
body.overflow {
  overflow: hidden;
}
.absolute-img {
  position: relative;
  width: 100%;
}
.absolute-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.absolute-img img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.tac {
  text-align: center;
}
.hidden {
  display: none !important;
}
.heading-1 {
  font-family: Anton;
  font-size: 124px;
  font-style: normal;
  font-weight: 550;
  letter-spacing: normal;
  line-height: 124px;
  text-transform: lowercase;
}
@media screen and (max-width: 1023px) {
  .heading-1 {
    font-size: 80px;
    letter-spacing: -3.2px;
    line-height: 80px;
  }
}
.heading-2 {
  font-size: 102px;
  line-height: 98px;
}
.heading-2,
.heading-3 {
  font-family: Anton;
  font-style: normal;
  font-weight: 550;
  letter-spacing: normal;
}
.heading-3 {
  font-size: 78px;
  line-height: 80px;
}
.heading-4 {
  font-size: 60px;
  line-height: 64px;
}
.heading-4,
.heading-5 {
  font-family: "Anton";
  font-style: normal;
  font-weight: 550;
  letter-spacing: normal;
}
.heading-5 {
  font-size: 52px;
  line-height: 56px;
}
.sub-3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 550;
  line-height: 28px;
  text-transform: lowercase;
}
.product-quick-add {
  align-items: center;
  background: var(--110, #191b1e);
  border-radius: 16px;
  bottom: 8px;
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
  left: 8px;
  opacity: 0;
  padding: 20px 24px;
  position: absolute;
  transition: all 0.4s;
  visibility: hidden;
  width: calc(100% - 16px);
  z-index: 10;
}
.product-quick-add
  .featured__products-el-price
  .featured__products-el-price-current,
.product-quick-add .quick-add-btn {
  transition: 0.4s;
}
.product-quick-add:hover {
  background-color: #f4f5f6;
}
.product-quick-add:hover,
.product-quick-add:hover .quick-add-btn {
  color: #191b1e;
  transition: 0.4s;
}
.product-quick-add:hover
  .featured__products-el-price
  .featured__products-el-price-current {
  color: #191b1e !important;
  transition: 0.4s;
}
.product-quick-add .featured__products-el-price {
  align-items: center !important;
  background: transparent !important;
  padding: 0 !important;
  position: static !important;
}
.product-quick-add
  .featured__products-el-price
  .featured__products-el-price-current {
  color: var(--10, #fff) !important;
}
.product-quick-add .quick-add-btn {
  color: var(--Base-white, #fff);
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.featured__products-el-price-css {
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .featured__products-el:hover .product-quick-add {
    opacity: 1;
    visibility: visible;
  }
  .featured__products-el:hover .featured__products-el-price-css {
    opacity: 0;
    visibility: hidden;
  }
}
.custom-add-to-cart-form {
  display: none !important;
}
.second-button {
  align-items: center;
  background: var(--110, #191b1e);
  border-radius: 16px;
  color: #fff;
  display: flex;
  gap: 0 8px;
  padding: 18px 24px;
  text-transform: lowercase;
  transition: 0.4s;
}
.second-button svg {
  height: 22px;
  width: 22px;
}
.second-button svg path {
  stroke: #fff;
  transition: 0.4s;
}
.second-button:hover {
  background-color: #e8eaef;
  color: #191b1e;
  transition: 0.4s;
}
.second-button:hover svg path {
  stroke: #191b1e;
}
.select-wrapper-arrow {
  position: relative;
}
.select-wrapper-arrow:after {
  background: url(https://cdn.shopify.com/s/files/1/0650/7606/8578/files/navigation-arrow-chevron-direction-forward-move-down-icon-svgrepo-com.svg?v=1728054490);
  background-size: 10px 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.builder-button-custom {
  background-color: #3b3b3b;
  background-image: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  cursor: pointer;
  flex-basis: auto;
  flex-shrink: 0;
  font-family: "Inter Tight", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 30px;
  margin-top: 8px;
  max-width: 450px;
  overflow: hidden;
  padding: 7px 33px;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.builder-button-custom span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.template-product .footer,
.template-product #shopify-section-header {
  display: none !important;
}