@charset "UTF-8";
* {
  font-family: "Familjen Grotesk", serif;
}

body {
  background: #07090C;
}

a {
  text-decoration: none;
}

main {
  background: #07090C;
}

ul li {
  list-style-type: none;
}

.container {
  width: 100%;
  max-width: 1620px;
  padding-right: 50px;
  padding-left: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 899px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 799px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.space-top {
  padding-top: 75px;
}
@media (max-width: 799px) {
  .space-top {
    padding-top: 45px;
  }
}

.space-bottom {
  padding-bottom: 75px;
}
@media (max-width: 799px) {
  .space-bottom {
    padding-bottom: 45px;
  }
}

.space-last-bottom {
  padding-bottom: 70px;
}
@media (max-width: 799px) {
  .space-last-bottom {
    padding-bottom: 40px;
  }
}

.spacing {
  padding-top: 75px;
  padding-bottom: 75px;
}

#js-product-list .products,
.featured-products .products {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 42px 22px;
}
@media (max-width: 1100px) {
  #js-product-list .products,
.featured-products .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  #js-product-list .products,
.featured-products .products {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 22px 15px;
  }
}

.pagination {
  display: none !important;
}

.product-list-reviews {
  display: none !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collections {
  margin-top: 48px;
}
.collections .collections-title {
  display: flex;
  align-content: center;
  gap: 32px;
  position: relative;
  margin-bottom: 28px;
}
.collections .collections-title h2 {
  font-size: 24px;
  color: white;
  font-weight: 500;
  margin-bottom: 0px;
}
.collections .collections-title .collections-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.collections .collections-title .collections-btns .swiper-button-next {
  height: 14px;
  display: flex;
  width: 7px;
  align-items: center;
  justify-content: center;
  position: initial;
  margin: 0px !important;
}
.collections .collections-title .collections-btns .swiper-button-prev {
  height: 14px;
  display: flex;
  width: 7px;
  align-items: center;
  justify-content: center;
  position: initial;
  margin: 0px !important;
}
.collections .collections-title .collections-btns div::after {
  content: "";
  display: none !important;
}
@media (max-width: 767px) {
  .collections .collections-title {
    margin-bottom: 24px !important;
  }
}
.collections .collections-content .swiper {
  width: 100%;
  height: 100%;
}
.collections .collections-content a.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 436px;
  flex-direction: column;
}
.collections .collections-content a.swiper-slide .swiper-slide-img {
  height: 387px;
  width: 100%;
  display: flex;
  border-radius: 8px;
  border: 0.5px solid rgba(255, 255, 255, 0.151);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition-duration: 0.2s;
}
@media (max-width: 1250px) {
  .collections .collections-content a.swiper-slide .swiper-slide-img {
    height: 350px;
  }
}
@media (max-width: 650px) {
  .collections .collections-content a.swiper-slide .swiper-slide-img {
    height: 320px;
  }
}
.collections .collections-content a.swiper-slide .swiper-slide-img:hover {
  filter: brightness(0.75);
}
.collections .collections-content a.swiper-slide .swiper-slide-text {
  font-size: 20px;
  color: white;
  transition-duration: 0.2s;
}
.collections .collections-content a.swiper-slide .swiper-slide-text:hover {
  opacity: 0.5;
}
@media (max-width: 1250px) {
  .collections .collections-content a.swiper-slide {
    height: 390px;
  }
}
@media (max-width: 650px) {
  .collections .collections-content a.swiper-slide {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .collections {
    margin-top: 30px !important;
  }
}

#blockcart-modal .cart-products-count,
#blockcart-modal .modal-title,
#blockcart-modal span,
#blockcart-modal p,
#blockcart-modal .product-price,
#blockcart-modal .product-name {
  color: white !important;
  opacity: 0.9;
}
#blockcart-modal a:hover {
  color: white !important;
  opacity: 0.7;
}
#blockcart-modal a {
  background: transparent;
  color: white;
  text-transform: math-auto;
}
#blockcart-modal button {
  background: transparent;
  color: white;
  text-transform: math-auto;
}
#blockcart-modal .close i {
  color: white;
}
#blockcart-modal .modal-title {
  width: max-content;
}
#blockcart-modal .product-total,
#blockcart-modal .modal-body,
#blockcart-modal .modal-header,
#blockcart-modal .modal-content {
  background: #090a0d !important;
  background-color: #090a0d !important;
}
#blockcart-modal .cart-content-btn button:hover {
  opacity: 0.7;
}
#blockcart-modal .cart-content-btn button,
#blockcart-modal .cart-content-btn a {
  transition-duration: 0.2s;
  display: flex;
  align-items: center;
  border: 1px solid white;
}

#post-product-comment-modal .modal-header button {
  opacity: 0.7;
}
#post-product-comment-modal .modal-header span {
  color: white !important;
}
#post-product-comment-modal label[for=comment_content] {
  margin-left: 15px;
}
#post-product-comment-modal #comment_content {
  width: calc(100% - 30px) !important;
  margin-left: 15px !important;
}
#post-product-comment-modal .modal-content {
  background: #090a0d !important;
  background-color: #090a0d !important;
}
#post-product-comment-modal .post-comment-buttons button {
  background: #090a0d !important;
  background-color: #090a0d !important;
}
#post-product-comment-modal textarea,
#post-product-comment-modal input {
  background-color: #090a0d !important;
  color: white;
}
#post-product-comment-modal .post-comment-buttons button,
#post-product-comment-modal .form-label {
  color: white !important;
  opacity: 0.9;
}
#post-product-comment-modal .criterion-rating label {
  color: white;
  opacity: 0.9;
}
#post-product-comment-modal .criterion-rating .star {
  filter: brightness(0) invert(1);
}
#post-product-comment-modal .btn-comment {
  border: 1px solid #979797 !important;
}

#product-comment-posted-modal .modal-content {
  background: #090a0d !important;
  background-color: #090a0d !important;
}
#product-comment-posted-modal #product-comment-posted-modal-message {
  color: white !important;
  opacity: 0.9;
}
#product-comment-posted-modal .post-comment-buttons button {
  color: white !important;
  background: #090a0d !important;
}

#empty-product-comment {
  color: white;
}

#search .breadcrumb {
  display: none !important;
}
#search #js-product-list-top {
  display: none !important;
}
#search #js-product-list .up {
  display: none !important;
}
#search #js-product-list .pagination {
  display: none !important;
}
#search #js-product-list-header {
  padding: 0 !important;
  margin: 0 !important;
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
@media (max-width: 767px) {
  #search #js-product-list-header {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
}
#search .products.row {
  width: 100%;
  margin: 0 auto;
}

.breadcrumb {
  display: none !important;
}

.js-address-item {
  background: transparent !important;
}

section.checkout-step .address-item.selected {
  border: white 3px solid !important;
}

.collections {
  display: none !important;
}

#cart h1, #cart h2, #cart h3, #cart h4, #cart h5, #cart h6, #cart span, #cart p, #cart input, #cart label, #cart a {
  color: rgba(255, 255, 255, 0.904) !important;
}
#cart .cart-grid {
  margin-top: 78px;
}
@media (max-width: 767px) {
  #cart .cart-grid {
    margin-top: 48px;
  }
}
#cart .card {
  background-color: transparent;
}
#cart .cart-grid-body .card-block {
  padding-top: 0px !important;
}
#cart .cart-grid-body .card-block h1 {
  color: rgba(255, 255, 255, 0.904);
  opacity: 0.9;
}
#cart .cart-items .cart-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.212);
}
#cart .cart-items .cart-item a {
  color: rgba(255, 255, 255, 0.904);
}
#cart .cart-items .cart-item .product-price {
  color: rgba(255, 255, 255, 0.904) !important;
}
#cart .cart-items .cart-item .product-line-info span {
  color: rgba(255, 255, 255, 0.904) !important;
}
#cart .cart-items .cart-item:last-child {
  border-bottom: none !important;
}
#cart .cart-items .product-line-grid-right input.input-group {
  border: 1px solid rgba(255, 255, 255, 0.904) !important;
}
@media (max-width: 475px) {
  #cart .cart-items .product-line-grid-right .col-md-10.col-xs-6 {
    width: 75%;
    margin-top: 10px;
  }
  #cart .cart-items .product-line-grid-right .col-md-2.col-xs-2.text-xs-right {
    margin-top: 10px;
  }
}
#cart .bootstrap-touchspin .js-cart-line-product-quantity {
  border: 1px solid rgba(255, 255, 255, 0.904) !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.904);
}
#cart .input-group-btn-vertical .btn-touchspin {
  border: 1px solid rgba(255, 255, 255, 0.904) !important;
  background: transparent !important;
}
#cart .input-group-btn-vertical .btn-touchspin i {
  color: rgba(255, 255, 255, 0.904);
}
#cart .blockreassurance_product {
  display: none !important;
}
#cart .cart-detailed-totals .cart-summary-line span {
  color: rgba(255, 255, 255, 0.904) !important;
}
#cart .checkout a {
  text-transform: math-auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.904);
  border: 1px solid rgba(255, 255, 255, 0.904);
  transition-duration: 0.2s;
}
#cart .checkout a:hover {
  background: rgba(255, 255, 255, 0.904);
  color: #07090c !important;
}
#cart .cart-grid-body a.label {
  color: rgba(255, 255, 255, 0.904);
}
#cart .product-line-grid-left {
  padding-left: 0px !important;
  width: 125px;
  max-width: 125px;
  min-width: 125px;
  height: 125px;
  min-height: 125px;
  max-height: 125px;
  margin-right: 20px;
}
@media (max-width: 470px) {
  #cart .product-line-grid-left {
    width: 95px;
    max-width: 95px;
    min-width: 95px;
    height: 95px;
    min-height: 95px;
    max-height: 95px;
    margin-right: 9px;
  }
}
#cart .product-image img {
  width: 125px;
  max-width: 125px;
  min-width: 125px;
  height: 125px;
  min-height: 125px;
  max-height: 125px;
  object-fit: cover;
  border: 0.5px solid rgba(255, 255, 255, 0.151);
  border-radius: 4px;
}
@media (max-width: 470px) {
  #cart .product-image img {
    width: 95px;
    max-width: 95px;
    min-width: 95px;
    height: 95px;
    min-height: 95px;
    max-height: 95px;
  }
}

.page-content.page-not-found #left-column,
.page-content.page-not-found #content-wrapper,
#cms #left-column,
#cms #content-wrapper,
#sitemap #left-column,
#sitemap #content-wrapper,
#stores #left-column,
#stores #content-wrapper,
#module-psgdpr-gdpr #left-column,
#module-psgdpr-gdpr #content-wrapper,
#order-slip #left-column,
#order-slip #content-wrapper,
#history #left-column,
#history #content-wrapper,
#address #left-column,
#address #content-wrapper,
#identity #left-column,
#identity #content-wrapper,
#my-account #left-column,
#my-account #content-wrapper,
#contact #left-column,
#contact #content-wrapper,
#registration #left-column,
#registration #content-wrapper,
#authentication #left-column,
#authentication #content-wrapper,
#password #left-column,
#password #content-wrapper,
#pagenotfound #left-column,
#pagenotfound #content-wrapper,
#order-confirmation #left-column,
#order-confirmation #content-wrapper,
#checkout #left-column,
#checkout #content-wrapper {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .page-content.page-not-found #left-column,
.page-content.page-not-found #content-wrapper,
#cms #left-column,
#cms #content-wrapper,
#sitemap #left-column,
#sitemap #content-wrapper,
#stores #left-column,
#stores #content-wrapper,
#module-psgdpr-gdpr #left-column,
#module-psgdpr-gdpr #content-wrapper,
#order-slip #left-column,
#order-slip #content-wrapper,
#history #left-column,
#history #content-wrapper,
#address #left-column,
#address #content-wrapper,
#identity #left-column,
#identity #content-wrapper,
#my-account #left-column,
#my-account #content-wrapper,
#contact #left-column,
#contact #content-wrapper,
#registration #left-column,
#registration #content-wrapper,
#authentication #left-column,
#authentication #content-wrapper,
#password #left-column,
#password #content-wrapper,
#pagenotfound #left-column,
#pagenotfound #content-wrapper,
#order-confirmation #left-column,
#order-confirmation #content-wrapper,
#checkout #left-column,
#checkout #content-wrapper {
    margin-top: 28px;
  }
}
.page-content.page-not-found #left-column .page-header,
.page-content.page-not-found #content-wrapper .page-header,
#cms #left-column .page-header,
#cms #content-wrapper .page-header,
#sitemap #left-column .page-header,
#sitemap #content-wrapper .page-header,
#stores #left-column .page-header,
#stores #content-wrapper .page-header,
#module-psgdpr-gdpr #left-column .page-header,
#module-psgdpr-gdpr #content-wrapper .page-header,
#order-slip #left-column .page-header,
#order-slip #content-wrapper .page-header,
#history #left-column .page-header,
#history #content-wrapper .page-header,
#address #left-column .page-header,
#address #content-wrapper .page-header,
#identity #left-column .page-header,
#identity #content-wrapper .page-header,
#my-account #left-column .page-header,
#my-account #content-wrapper .page-header,
#contact #left-column .page-header,
#contact #content-wrapper .page-header,
#registration #left-column .page-header,
#registration #content-wrapper .page-header,
#authentication #left-column .page-header,
#authentication #content-wrapper .page-header,
#password #left-column .page-header,
#password #content-wrapper .page-header,
#pagenotfound #left-column .page-header,
#pagenotfound #content-wrapper .page-header,
#order-confirmation #left-column .page-header,
#order-confirmation #content-wrapper .page-header,
#checkout #left-column .page-header,
#checkout #content-wrapper .page-header {
  text-align: center;
}
.page-content.page-not-found #left-column .page-header h1,
.page-content.page-not-found #content-wrapper .page-header h1,
#cms #left-column .page-header h1,
#cms #content-wrapper .page-header h1,
#sitemap #left-column .page-header h1,
#sitemap #content-wrapper .page-header h1,
#stores #left-column .page-header h1,
#stores #content-wrapper .page-header h1,
#module-psgdpr-gdpr #left-column .page-header h1,
#module-psgdpr-gdpr #content-wrapper .page-header h1,
#order-slip #left-column .page-header h1,
#order-slip #content-wrapper .page-header h1,
#history #left-column .page-header h1,
#history #content-wrapper .page-header h1,
#address #left-column .page-header h1,
#address #content-wrapper .page-header h1,
#identity #left-column .page-header h1,
#identity #content-wrapper .page-header h1,
#my-account #left-column .page-header h1,
#my-account #content-wrapper .page-header h1,
#contact #left-column .page-header h1,
#contact #content-wrapper .page-header h1,
#registration #left-column .page-header h1,
#registration #content-wrapper .page-header h1,
#authentication #left-column .page-header h1,
#authentication #content-wrapper .page-header h1,
#password #left-column .page-header h1,
#password #content-wrapper .page-header h1,
#pagenotfound #left-column .page-header h1,
#pagenotfound #content-wrapper .page-header h1,
#order-confirmation #left-column .page-header h1,
#order-confirmation #content-wrapper .page-header h1,
#checkout #left-column .page-header h1,
#checkout #content-wrapper .page-header h1 {
  color: rgba(255, 255, 255, 0.904);
}
.page-content.page-not-found #left-column h1, .page-content.page-not-found #left-column h2, .page-content.page-not-found #left-column h3, .page-content.page-not-found #left-column h4, .page-content.page-not-found #left-column h5, .page-content.page-not-found #left-column h6, .page-content.page-not-found #left-column span, .page-content.page-not-found #left-column p, .page-content.page-not-found #left-column input, .page-content.page-not-found #left-column label, .page-content.page-not-found #left-column a, .page-content.page-not-found #left-column div,
.page-content.page-not-found #content-wrapper h1,
.page-content.page-not-found #content-wrapper h2,
.page-content.page-not-found #content-wrapper h3,
.page-content.page-not-found #content-wrapper h4,
.page-content.page-not-found #content-wrapper h5,
.page-content.page-not-found #content-wrapper h6,
.page-content.page-not-found #content-wrapper span,
.page-content.page-not-found #content-wrapper p,
.page-content.page-not-found #content-wrapper input,
.page-content.page-not-found #content-wrapper label,
.page-content.page-not-found #content-wrapper a,
.page-content.page-not-found #content-wrapper div,
#cms #left-column h1,
#cms #left-column h2,
#cms #left-column h3,
#cms #left-column h4,
#cms #left-column h5,
#cms #left-column h6,
#cms #left-column span,
#cms #left-column p,
#cms #left-column input,
#cms #left-column label,
#cms #left-column a,
#cms #left-column div,
#cms #content-wrapper h1,
#cms #content-wrapper h2,
#cms #content-wrapper h3,
#cms #content-wrapper h4,
#cms #content-wrapper h5,
#cms #content-wrapper h6,
#cms #content-wrapper span,
#cms #content-wrapper p,
#cms #content-wrapper input,
#cms #content-wrapper label,
#cms #content-wrapper a,
#cms #content-wrapper div,
#sitemap #left-column h1,
#sitemap #left-column h2,
#sitemap #left-column h3,
#sitemap #left-column h4,
#sitemap #left-column h5,
#sitemap #left-column h6,
#sitemap #left-column span,
#sitemap #left-column p,
#sitemap #left-column input,
#sitemap #left-column label,
#sitemap #left-column a,
#sitemap #left-column div,
#sitemap #content-wrapper h1,
#sitemap #content-wrapper h2,
#sitemap #content-wrapper h3,
#sitemap #content-wrapper h4,
#sitemap #content-wrapper h5,
#sitemap #content-wrapper h6,
#sitemap #content-wrapper span,
#sitemap #content-wrapper p,
#sitemap #content-wrapper input,
#sitemap #content-wrapper label,
#sitemap #content-wrapper a,
#sitemap #content-wrapper div,
#stores #left-column h1,
#stores #left-column h2,
#stores #left-column h3,
#stores #left-column h4,
#stores #left-column h5,
#stores #left-column h6,
#stores #left-column span,
#stores #left-column p,
#stores #left-column input,
#stores #left-column label,
#stores #left-column a,
#stores #left-column div,
#stores #content-wrapper h1,
#stores #content-wrapper h2,
#stores #content-wrapper h3,
#stores #content-wrapper h4,
#stores #content-wrapper h5,
#stores #content-wrapper h6,
#stores #content-wrapper span,
#stores #content-wrapper p,
#stores #content-wrapper input,
#stores #content-wrapper label,
#stores #content-wrapper a,
#stores #content-wrapper div,
#module-psgdpr-gdpr #left-column h1,
#module-psgdpr-gdpr #left-column h2,
#module-psgdpr-gdpr #left-column h3,
#module-psgdpr-gdpr #left-column h4,
#module-psgdpr-gdpr #left-column h5,
#module-psgdpr-gdpr #left-column h6,
#module-psgdpr-gdpr #left-column span,
#module-psgdpr-gdpr #left-column p,
#module-psgdpr-gdpr #left-column input,
#module-psgdpr-gdpr #left-column label,
#module-psgdpr-gdpr #left-column a,
#module-psgdpr-gdpr #left-column div,
#module-psgdpr-gdpr #content-wrapper h1,
#module-psgdpr-gdpr #content-wrapper h2,
#module-psgdpr-gdpr #content-wrapper h3,
#module-psgdpr-gdpr #content-wrapper h4,
#module-psgdpr-gdpr #content-wrapper h5,
#module-psgdpr-gdpr #content-wrapper h6,
#module-psgdpr-gdpr #content-wrapper span,
#module-psgdpr-gdpr #content-wrapper p,
#module-psgdpr-gdpr #content-wrapper input,
#module-psgdpr-gdpr #content-wrapper label,
#module-psgdpr-gdpr #content-wrapper a,
#module-psgdpr-gdpr #content-wrapper div,
#order-slip #left-column h1,
#order-slip #left-column h2,
#order-slip #left-column h3,
#order-slip #left-column h4,
#order-slip #left-column h5,
#order-slip #left-column h6,
#order-slip #left-column span,
#order-slip #left-column p,
#order-slip #left-column input,
#order-slip #left-column label,
#order-slip #left-column a,
#order-slip #left-column div,
#order-slip #content-wrapper h1,
#order-slip #content-wrapper h2,
#order-slip #content-wrapper h3,
#order-slip #content-wrapper h4,
#order-slip #content-wrapper h5,
#order-slip #content-wrapper h6,
#order-slip #content-wrapper span,
#order-slip #content-wrapper p,
#order-slip #content-wrapper input,
#order-slip #content-wrapper label,
#order-slip #content-wrapper a,
#order-slip #content-wrapper div,
#history #left-column h1,
#history #left-column h2,
#history #left-column h3,
#history #left-column h4,
#history #left-column h5,
#history #left-column h6,
#history #left-column span,
#history #left-column p,
#history #left-column input,
#history #left-column label,
#history #left-column a,
#history #left-column div,
#history #content-wrapper h1,
#history #content-wrapper h2,
#history #content-wrapper h3,
#history #content-wrapper h4,
#history #content-wrapper h5,
#history #content-wrapper h6,
#history #content-wrapper span,
#history #content-wrapper p,
#history #content-wrapper input,
#history #content-wrapper label,
#history #content-wrapper a,
#history #content-wrapper div,
#address #left-column h1,
#address #left-column h2,
#address #left-column h3,
#address #left-column h4,
#address #left-column h5,
#address #left-column h6,
#address #left-column span,
#address #left-column p,
#address #left-column input,
#address #left-column label,
#address #left-column a,
#address #left-column div,
#address #content-wrapper h1,
#address #content-wrapper h2,
#address #content-wrapper h3,
#address #content-wrapper h4,
#address #content-wrapper h5,
#address #content-wrapper h6,
#address #content-wrapper span,
#address #content-wrapper p,
#address #content-wrapper input,
#address #content-wrapper label,
#address #content-wrapper a,
#address #content-wrapper div,
#identity #left-column h1,
#identity #left-column h2,
#identity #left-column h3,
#identity #left-column h4,
#identity #left-column h5,
#identity #left-column h6,
#identity #left-column span,
#identity #left-column p,
#identity #left-column input,
#identity #left-column label,
#identity #left-column a,
#identity #left-column div,
#identity #content-wrapper h1,
#identity #content-wrapper h2,
#identity #content-wrapper h3,
#identity #content-wrapper h4,
#identity #content-wrapper h5,
#identity #content-wrapper h6,
#identity #content-wrapper span,
#identity #content-wrapper p,
#identity #content-wrapper input,
#identity #content-wrapper label,
#identity #content-wrapper a,
#identity #content-wrapper div,
#my-account #left-column h1,
#my-account #left-column h2,
#my-account #left-column h3,
#my-account #left-column h4,
#my-account #left-column h5,
#my-account #left-column h6,
#my-account #left-column span,
#my-account #left-column p,
#my-account #left-column input,
#my-account #left-column label,
#my-account #left-column a,
#my-account #left-column div,
#my-account #content-wrapper h1,
#my-account #content-wrapper h2,
#my-account #content-wrapper h3,
#my-account #content-wrapper h4,
#my-account #content-wrapper h5,
#my-account #content-wrapper h6,
#my-account #content-wrapper span,
#my-account #content-wrapper p,
#my-account #content-wrapper input,
#my-account #content-wrapper label,
#my-account #content-wrapper a,
#my-account #content-wrapper div,
#contact #left-column h1,
#contact #left-column h2,
#contact #left-column h3,
#contact #left-column h4,
#contact #left-column h5,
#contact #left-column h6,
#contact #left-column span,
#contact #left-column p,
#contact #left-column input,
#contact #left-column label,
#contact #left-column a,
#contact #left-column div,
#contact #content-wrapper h1,
#contact #content-wrapper h2,
#contact #content-wrapper h3,
#contact #content-wrapper h4,
#contact #content-wrapper h5,
#contact #content-wrapper h6,
#contact #content-wrapper span,
#contact #content-wrapper p,
#contact #content-wrapper input,
#contact #content-wrapper label,
#contact #content-wrapper a,
#contact #content-wrapper div,
#registration #left-column h1,
#registration #left-column h2,
#registration #left-column h3,
#registration #left-column h4,
#registration #left-column h5,
#registration #left-column h6,
#registration #left-column span,
#registration #left-column p,
#registration #left-column input,
#registration #left-column label,
#registration #left-column a,
#registration #left-column div,
#registration #content-wrapper h1,
#registration #content-wrapper h2,
#registration #content-wrapper h3,
#registration #content-wrapper h4,
#registration #content-wrapper h5,
#registration #content-wrapper h6,
#registration #content-wrapper span,
#registration #content-wrapper p,
#registration #content-wrapper input,
#registration #content-wrapper label,
#registration #content-wrapper a,
#registration #content-wrapper div,
#authentication #left-column h1,
#authentication #left-column h2,
#authentication #left-column h3,
#authentication #left-column h4,
#authentication #left-column h5,
#authentication #left-column h6,
#authentication #left-column span,
#authentication #left-column p,
#authentication #left-column input,
#authentication #left-column label,
#authentication #left-column a,
#authentication #left-column div,
#authentication #content-wrapper h1,
#authentication #content-wrapper h2,
#authentication #content-wrapper h3,
#authentication #content-wrapper h4,
#authentication #content-wrapper h5,
#authentication #content-wrapper h6,
#authentication #content-wrapper span,
#authentication #content-wrapper p,
#authentication #content-wrapper input,
#authentication #content-wrapper label,
#authentication #content-wrapper a,
#authentication #content-wrapper div,
#password #left-column h1,
#password #left-column h2,
#password #left-column h3,
#password #left-column h4,
#password #left-column h5,
#password #left-column h6,
#password #left-column span,
#password #left-column p,
#password #left-column input,
#password #left-column label,
#password #left-column a,
#password #left-column div,
#password #content-wrapper h1,
#password #content-wrapper h2,
#password #content-wrapper h3,
#password #content-wrapper h4,
#password #content-wrapper h5,
#password #content-wrapper h6,
#password #content-wrapper span,
#password #content-wrapper p,
#password #content-wrapper input,
#password #content-wrapper label,
#password #content-wrapper a,
#password #content-wrapper div,
#pagenotfound #left-column h1,
#pagenotfound #left-column h2,
#pagenotfound #left-column h3,
#pagenotfound #left-column h4,
#pagenotfound #left-column h5,
#pagenotfound #left-column h6,
#pagenotfound #left-column span,
#pagenotfound #left-column p,
#pagenotfound #left-column input,
#pagenotfound #left-column label,
#pagenotfound #left-column a,
#pagenotfound #left-column div,
#pagenotfound #content-wrapper h1,
#pagenotfound #content-wrapper h2,
#pagenotfound #content-wrapper h3,
#pagenotfound #content-wrapper h4,
#pagenotfound #content-wrapper h5,
#pagenotfound #content-wrapper h6,
#pagenotfound #content-wrapper span,
#pagenotfound #content-wrapper p,
#pagenotfound #content-wrapper input,
#pagenotfound #content-wrapper label,
#pagenotfound #content-wrapper a,
#pagenotfound #content-wrapper div,
#order-confirmation #left-column h1,
#order-confirmation #left-column h2,
#order-confirmation #left-column h3,
#order-confirmation #left-column h4,
#order-confirmation #left-column h5,
#order-confirmation #left-column h6,
#order-confirmation #left-column span,
#order-confirmation #left-column p,
#order-confirmation #left-column input,
#order-confirmation #left-column label,
#order-confirmation #left-column a,
#order-confirmation #left-column div,
#order-confirmation #content-wrapper h1,
#order-confirmation #content-wrapper h2,
#order-confirmation #content-wrapper h3,
#order-confirmation #content-wrapper h4,
#order-confirmation #content-wrapper h5,
#order-confirmation #content-wrapper h6,
#order-confirmation #content-wrapper span,
#order-confirmation #content-wrapper p,
#order-confirmation #content-wrapper input,
#order-confirmation #content-wrapper label,
#order-confirmation #content-wrapper a,
#order-confirmation #content-wrapper div,
#checkout #left-column h1,
#checkout #left-column h2,
#checkout #left-column h3,
#checkout #left-column h4,
#checkout #left-column h5,
#checkout #left-column h6,
#checkout #left-column span,
#checkout #left-column p,
#checkout #left-column input,
#checkout #left-column label,
#checkout #left-column a,
#checkout #left-column div,
#checkout #content-wrapper h1,
#checkout #content-wrapper h2,
#checkout #content-wrapper h3,
#checkout #content-wrapper h4,
#checkout #content-wrapper h5,
#checkout #content-wrapper h6,
#checkout #content-wrapper span,
#checkout #content-wrapper p,
#checkout #content-wrapper input,
#checkout #content-wrapper label,
#checkout #content-wrapper a,
#checkout #content-wrapper div {
  color: rgba(255, 255, 255, 0.904) !important;
}
.page-content.page-not-found #left-column tr, .page-content.page-not-found #left-column td,
.page-content.page-not-found #content-wrapper tr,
.page-content.page-not-found #content-wrapper td,
#cms #left-column tr,
#cms #left-column td,
#cms #content-wrapper tr,
#cms #content-wrapper td,
#sitemap #left-column tr,
#sitemap #left-column td,
#sitemap #content-wrapper tr,
#sitemap #content-wrapper td,
#stores #left-column tr,
#stores #left-column td,
#stores #content-wrapper tr,
#stores #content-wrapper td,
#module-psgdpr-gdpr #left-column tr,
#module-psgdpr-gdpr #left-column td,
#module-psgdpr-gdpr #content-wrapper tr,
#module-psgdpr-gdpr #content-wrapper td,
#order-slip #left-column tr,
#order-slip #left-column td,
#order-slip #content-wrapper tr,
#order-slip #content-wrapper td,
#history #left-column tr,
#history #left-column td,
#history #content-wrapper tr,
#history #content-wrapper td,
#address #left-column tr,
#address #left-column td,
#address #content-wrapper tr,
#address #content-wrapper td,
#identity #left-column tr,
#identity #left-column td,
#identity #content-wrapper tr,
#identity #content-wrapper td,
#my-account #left-column tr,
#my-account #left-column td,
#my-account #content-wrapper tr,
#my-account #content-wrapper td,
#contact #left-column tr,
#contact #left-column td,
#contact #content-wrapper tr,
#contact #content-wrapper td,
#registration #left-column tr,
#registration #left-column td,
#registration #content-wrapper tr,
#registration #content-wrapper td,
#authentication #left-column tr,
#authentication #left-column td,
#authentication #content-wrapper tr,
#authentication #content-wrapper td,
#password #left-column tr,
#password #left-column td,
#password #content-wrapper tr,
#password #content-wrapper td,
#pagenotfound #left-column tr,
#pagenotfound #left-column td,
#pagenotfound #content-wrapper tr,
#pagenotfound #content-wrapper td,
#order-confirmation #left-column tr,
#order-confirmation #left-column td,
#order-confirmation #content-wrapper tr,
#order-confirmation #content-wrapper td,
#checkout #left-column tr,
#checkout #left-column td,
#checkout #content-wrapper tr,
#checkout #content-wrapper td {
  background-color: transparent !important;
}
.page-content.page-not-found #left-column textarea,
.page-content.page-not-found #left-column select,
.page-content.page-not-found #left-column input,
.page-content.page-not-found #content-wrapper textarea,
.page-content.page-not-found #content-wrapper select,
.page-content.page-not-found #content-wrapper input,
#cms #left-column textarea,
#cms #left-column select,
#cms #left-column input,
#cms #content-wrapper textarea,
#cms #content-wrapper select,
#cms #content-wrapper input,
#sitemap #left-column textarea,
#sitemap #left-column select,
#sitemap #left-column input,
#sitemap #content-wrapper textarea,
#sitemap #content-wrapper select,
#sitemap #content-wrapper input,
#stores #left-column textarea,
#stores #left-column select,
#stores #left-column input,
#stores #content-wrapper textarea,
#stores #content-wrapper select,
#stores #content-wrapper input,
#module-psgdpr-gdpr #left-column textarea,
#module-psgdpr-gdpr #left-column select,
#module-psgdpr-gdpr #left-column input,
#module-psgdpr-gdpr #content-wrapper textarea,
#module-psgdpr-gdpr #content-wrapper select,
#module-psgdpr-gdpr #content-wrapper input,
#order-slip #left-column textarea,
#order-slip #left-column select,
#order-slip #left-column input,
#order-slip #content-wrapper textarea,
#order-slip #content-wrapper select,
#order-slip #content-wrapper input,
#history #left-column textarea,
#history #left-column select,
#history #left-column input,
#history #content-wrapper textarea,
#history #content-wrapper select,
#history #content-wrapper input,
#address #left-column textarea,
#address #left-column select,
#address #left-column input,
#address #content-wrapper textarea,
#address #content-wrapper select,
#address #content-wrapper input,
#identity #left-column textarea,
#identity #left-column select,
#identity #left-column input,
#identity #content-wrapper textarea,
#identity #content-wrapper select,
#identity #content-wrapper input,
#my-account #left-column textarea,
#my-account #left-column select,
#my-account #left-column input,
#my-account #content-wrapper textarea,
#my-account #content-wrapper select,
#my-account #content-wrapper input,
#contact #left-column textarea,
#contact #left-column select,
#contact #left-column input,
#contact #content-wrapper textarea,
#contact #content-wrapper select,
#contact #content-wrapper input,
#registration #left-column textarea,
#registration #left-column select,
#registration #left-column input,
#registration #content-wrapper textarea,
#registration #content-wrapper select,
#registration #content-wrapper input,
#authentication #left-column textarea,
#authentication #left-column select,
#authentication #left-column input,
#authentication #content-wrapper textarea,
#authentication #content-wrapper select,
#authentication #content-wrapper input,
#password #left-column textarea,
#password #left-column select,
#password #left-column input,
#password #content-wrapper textarea,
#password #content-wrapper select,
#password #content-wrapper input,
#pagenotfound #left-column textarea,
#pagenotfound #left-column select,
#pagenotfound #left-column input,
#pagenotfound #content-wrapper textarea,
#pagenotfound #content-wrapper select,
#pagenotfound #content-wrapper input,
#order-confirmation #left-column textarea,
#order-confirmation #left-column select,
#order-confirmation #left-column input,
#order-confirmation #content-wrapper textarea,
#order-confirmation #content-wrapper select,
#order-confirmation #content-wrapper input,
#checkout #left-column textarea,
#checkout #left-column select,
#checkout #left-column input,
#checkout #content-wrapper textarea,
#checkout #content-wrapper select,
#checkout #content-wrapper input {
  color: rgba(255, 255, 255, 0.904) !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.904);
}
.page-content.page-not-found #left-column textarea::placeholder,
.page-content.page-not-found #left-column select::placeholder,
.page-content.page-not-found #left-column input::placeholder,
.page-content.page-not-found #content-wrapper textarea::placeholder,
.page-content.page-not-found #content-wrapper select::placeholder,
.page-content.page-not-found #content-wrapper input::placeholder,
#cms #left-column textarea::placeholder,
#cms #left-column select::placeholder,
#cms #left-column input::placeholder,
#cms #content-wrapper textarea::placeholder,
#cms #content-wrapper select::placeholder,
#cms #content-wrapper input::placeholder,
#sitemap #left-column textarea::placeholder,
#sitemap #left-column select::placeholder,
#sitemap #left-column input::placeholder,
#sitemap #content-wrapper textarea::placeholder,
#sitemap #content-wrapper select::placeholder,
#sitemap #content-wrapper input::placeholder,
#stores #left-column textarea::placeholder,
#stores #left-column select::placeholder,
#stores #left-column input::placeholder,
#stores #content-wrapper textarea::placeholder,
#stores #content-wrapper select::placeholder,
#stores #content-wrapper input::placeholder,
#module-psgdpr-gdpr #left-column textarea::placeholder,
#module-psgdpr-gdpr #left-column select::placeholder,
#module-psgdpr-gdpr #left-column input::placeholder,
#module-psgdpr-gdpr #content-wrapper textarea::placeholder,
#module-psgdpr-gdpr #content-wrapper select::placeholder,
#module-psgdpr-gdpr #content-wrapper input::placeholder,
#order-slip #left-column textarea::placeholder,
#order-slip #left-column select::placeholder,
#order-slip #left-column input::placeholder,
#order-slip #content-wrapper textarea::placeholder,
#order-slip #content-wrapper select::placeholder,
#order-slip #content-wrapper input::placeholder,
#history #left-column textarea::placeholder,
#history #left-column select::placeholder,
#history #left-column input::placeholder,
#history #content-wrapper textarea::placeholder,
#history #content-wrapper select::placeholder,
#history #content-wrapper input::placeholder,
#address #left-column textarea::placeholder,
#address #left-column select::placeholder,
#address #left-column input::placeholder,
#address #content-wrapper textarea::placeholder,
#address #content-wrapper select::placeholder,
#address #content-wrapper input::placeholder,
#identity #left-column textarea::placeholder,
#identity #left-column select::placeholder,
#identity #left-column input::placeholder,
#identity #content-wrapper textarea::placeholder,
#identity #content-wrapper select::placeholder,
#identity #content-wrapper input::placeholder,
#my-account #left-column textarea::placeholder,
#my-account #left-column select::placeholder,
#my-account #left-column input::placeholder,
#my-account #content-wrapper textarea::placeholder,
#my-account #content-wrapper select::placeholder,
#my-account #content-wrapper input::placeholder,
#contact #left-column textarea::placeholder,
#contact #left-column select::placeholder,
#contact #left-column input::placeholder,
#contact #content-wrapper textarea::placeholder,
#contact #content-wrapper select::placeholder,
#contact #content-wrapper input::placeholder,
#registration #left-column textarea::placeholder,
#registration #left-column select::placeholder,
#registration #left-column input::placeholder,
#registration #content-wrapper textarea::placeholder,
#registration #content-wrapper select::placeholder,
#registration #content-wrapper input::placeholder,
#authentication #left-column textarea::placeholder,
#authentication #left-column select::placeholder,
#authentication #left-column input::placeholder,
#authentication #content-wrapper textarea::placeholder,
#authentication #content-wrapper select::placeholder,
#authentication #content-wrapper input::placeholder,
#password #left-column textarea::placeholder,
#password #left-column select::placeholder,
#password #left-column input::placeholder,
#password #content-wrapper textarea::placeholder,
#password #content-wrapper select::placeholder,
#password #content-wrapper input::placeholder,
#pagenotfound #left-column textarea::placeholder,
#pagenotfound #left-column select::placeholder,
#pagenotfound #left-column input::placeholder,
#pagenotfound #content-wrapper textarea::placeholder,
#pagenotfound #content-wrapper select::placeholder,
#pagenotfound #content-wrapper input::placeholder,
#order-confirmation #left-column textarea::placeholder,
#order-confirmation #left-column select::placeholder,
#order-confirmation #left-column input::placeholder,
#order-confirmation #content-wrapper textarea::placeholder,
#order-confirmation #content-wrapper select::placeholder,
#order-confirmation #content-wrapper input::placeholder,
#checkout #left-column textarea::placeholder,
#checkout #left-column select::placeholder,
#checkout #left-column input::placeholder,
#checkout #content-wrapper textarea::placeholder,
#checkout #content-wrapper select::placeholder,
#checkout #content-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.904) !important;
}
.page-content.page-not-found #left-column textarea:focus,
.page-content.page-not-found #left-column select:focus,
.page-content.page-not-found #left-column input:focus,
.page-content.page-not-found #content-wrapper textarea:focus,
.page-content.page-not-found #content-wrapper select:focus,
.page-content.page-not-found #content-wrapper input:focus,
#cms #left-column textarea:focus,
#cms #left-column select:focus,
#cms #left-column input:focus,
#cms #content-wrapper textarea:focus,
#cms #content-wrapper select:focus,
#cms #content-wrapper input:focus,
#sitemap #left-column textarea:focus,
#sitemap #left-column select:focus,
#sitemap #left-column input:focus,
#sitemap #content-wrapper textarea:focus,
#sitemap #content-wrapper select:focus,
#sitemap #content-wrapper input:focus,
#stores #left-column textarea:focus,
#stores #left-column select:focus,
#stores #left-column input:focus,
#stores #content-wrapper textarea:focus,
#stores #content-wrapper select:focus,
#stores #content-wrapper input:focus,
#module-psgdpr-gdpr #left-column textarea:focus,
#module-psgdpr-gdpr #left-column select:focus,
#module-psgdpr-gdpr #left-column input:focus,
#module-psgdpr-gdpr #content-wrapper textarea:focus,
#module-psgdpr-gdpr #content-wrapper select:focus,
#module-psgdpr-gdpr #content-wrapper input:focus,
#order-slip #left-column textarea:focus,
#order-slip #left-column select:focus,
#order-slip #left-column input:focus,
#order-slip #content-wrapper textarea:focus,
#order-slip #content-wrapper select:focus,
#order-slip #content-wrapper input:focus,
#history #left-column textarea:focus,
#history #left-column select:focus,
#history #left-column input:focus,
#history #content-wrapper textarea:focus,
#history #content-wrapper select:focus,
#history #content-wrapper input:focus,
#address #left-column textarea:focus,
#address #left-column select:focus,
#address #left-column input:focus,
#address #content-wrapper textarea:focus,
#address #content-wrapper select:focus,
#address #content-wrapper input:focus,
#identity #left-column textarea:focus,
#identity #left-column select:focus,
#identity #left-column input:focus,
#identity #content-wrapper textarea:focus,
#identity #content-wrapper select:focus,
#identity #content-wrapper input:focus,
#my-account #left-column textarea:focus,
#my-account #left-column select:focus,
#my-account #left-column input:focus,
#my-account #content-wrapper textarea:focus,
#my-account #content-wrapper select:focus,
#my-account #content-wrapper input:focus,
#contact #left-column textarea:focus,
#contact #left-column select:focus,
#contact #left-column input:focus,
#contact #content-wrapper textarea:focus,
#contact #content-wrapper select:focus,
#contact #content-wrapper input:focus,
#registration #left-column textarea:focus,
#registration #left-column select:focus,
#registration #left-column input:focus,
#registration #content-wrapper textarea:focus,
#registration #content-wrapper select:focus,
#registration #content-wrapper input:focus,
#authentication #left-column textarea:focus,
#authentication #left-column select:focus,
#authentication #left-column input:focus,
#authentication #content-wrapper textarea:focus,
#authentication #content-wrapper select:focus,
#authentication #content-wrapper input:focus,
#password #left-column textarea:focus,
#password #left-column select:focus,
#password #left-column input:focus,
#password #content-wrapper textarea:focus,
#password #content-wrapper select:focus,
#password #content-wrapper input:focus,
#pagenotfound #left-column textarea:focus,
#pagenotfound #left-column select:focus,
#pagenotfound #left-column input:focus,
#pagenotfound #content-wrapper textarea:focus,
#pagenotfound #content-wrapper select:focus,
#pagenotfound #content-wrapper input:focus,
#order-confirmation #left-column textarea:focus,
#order-confirmation #left-column select:focus,
#order-confirmation #left-column input:focus,
#order-confirmation #content-wrapper textarea:focus,
#order-confirmation #content-wrapper select:focus,
#order-confirmation #content-wrapper input:focus,
#checkout #left-column textarea:focus,
#checkout #left-column select:focus,
#checkout #left-column input:focus,
#checkout #content-wrapper textarea:focus,
#checkout #content-wrapper select:focus,
#checkout #content-wrapper input:focus {
  border: 1px solid rgba(255, 255, 255, 0.904) !important;
  outline: 2px solid rgba(255, 255, 255, 0.904) !important;
}
.page-content.page-not-found #left-column .card-block,
.page-content.page-not-found #left-column .card,
.page-content.page-not-found #content-wrapper .card-block,
.page-content.page-not-found #content-wrapper .card,
#cms #left-column .card-block,
#cms #left-column .card,
#cms #content-wrapper .card-block,
#cms #content-wrapper .card,
#sitemap #left-column .card-block,
#sitemap #left-column .card,
#sitemap #content-wrapper .card-block,
#sitemap #content-wrapper .card,
#stores #left-column .card-block,
#stores #left-column .card,
#stores #content-wrapper .card-block,
#stores #content-wrapper .card,
#module-psgdpr-gdpr #left-column .card-block,
#module-psgdpr-gdpr #left-column .card,
#module-psgdpr-gdpr #content-wrapper .card-block,
#module-psgdpr-gdpr #content-wrapper .card,
#order-slip #left-column .card-block,
#order-slip #left-column .card,
#order-slip #content-wrapper .card-block,
#order-slip #content-wrapper .card,
#history #left-column .card-block,
#history #left-column .card,
#history #content-wrapper .card-block,
#history #content-wrapper .card,
#address #left-column .card-block,
#address #left-column .card,
#address #content-wrapper .card-block,
#address #content-wrapper .card,
#identity #left-column .card-block,
#identity #left-column .card,
#identity #content-wrapper .card-block,
#identity #content-wrapper .card,
#my-account #left-column .card-block,
#my-account #left-column .card,
#my-account #content-wrapper .card-block,
#my-account #content-wrapper .card,
#contact #left-column .card-block,
#contact #left-column .card,
#contact #content-wrapper .card-block,
#contact #content-wrapper .card,
#registration #left-column .card-block,
#registration #left-column .card,
#registration #content-wrapper .card-block,
#registration #content-wrapper .card,
#authentication #left-column .card-block,
#authentication #left-column .card,
#authentication #content-wrapper .card-block,
#authentication #content-wrapper .card,
#password #left-column .card-block,
#password #left-column .card,
#password #content-wrapper .card-block,
#password #content-wrapper .card,
#pagenotfound #left-column .card-block,
#pagenotfound #left-column .card,
#pagenotfound #content-wrapper .card-block,
#pagenotfound #content-wrapper .card,
#order-confirmation #left-column .card-block,
#order-confirmation #left-column .card,
#order-confirmation #content-wrapper .card-block,
#order-confirmation #content-wrapper .card,
#checkout #left-column .card-block,
#checkout #left-column .card,
#checkout #content-wrapper .card-block,
#checkout #content-wrapper .card {
  background-color: transparent;
}
.page-content.page-not-found #left-column .custom-radio input[type=radio]:checked + span,
.page-content.page-not-found #content-wrapper .custom-radio input[type=radio]:checked + span,
#cms #left-column .custom-radio input[type=radio]:checked + span,
#cms #content-wrapper .custom-radio input[type=radio]:checked + span,
#sitemap #left-column .custom-radio input[type=radio]:checked + span,
#sitemap #content-wrapper .custom-radio input[type=radio]:checked + span,
#stores #left-column .custom-radio input[type=radio]:checked + span,
#stores #content-wrapper .custom-radio input[type=radio]:checked + span,
#module-psgdpr-gdpr #left-column .custom-radio input[type=radio]:checked + span,
#module-psgdpr-gdpr #content-wrapper .custom-radio input[type=radio]:checked + span,
#order-slip #left-column .custom-radio input[type=radio]:checked + span,
#order-slip #content-wrapper .custom-radio input[type=radio]:checked + span,
#history #left-column .custom-radio input[type=radio]:checked + span,
#history #content-wrapper .custom-radio input[type=radio]:checked + span,
#address #left-column .custom-radio input[type=radio]:checked + span,
#address #content-wrapper .custom-radio input[type=radio]:checked + span,
#identity #left-column .custom-radio input[type=radio]:checked + span,
#identity #content-wrapper .custom-radio input[type=radio]:checked + span,
#my-account #left-column .custom-radio input[type=radio]:checked + span,
#my-account #content-wrapper .custom-radio input[type=radio]:checked + span,
#contact #left-column .custom-radio input[type=radio]:checked + span,
#contact #content-wrapper .custom-radio input[type=radio]:checked + span,
#registration #left-column .custom-radio input[type=radio]:checked + span,
#registration #content-wrapper .custom-radio input[type=radio]:checked + span,
#authentication #left-column .custom-radio input[type=radio]:checked + span,
#authentication #content-wrapper .custom-radio input[type=radio]:checked + span,
#password #left-column .custom-radio input[type=radio]:checked + span,
#password #content-wrapper .custom-radio input[type=radio]:checked + span,
#pagenotfound #left-column .custom-radio input[type=radio]:checked + span,
#pagenotfound #content-wrapper .custom-radio input[type=radio]:checked + span,
#order-confirmation #left-column .custom-radio input[type=radio]:checked + span,
#order-confirmation #content-wrapper .custom-radio input[type=radio]:checked + span,
#checkout #left-column .custom-radio input[type=radio]:checked + span,
#checkout #content-wrapper .custom-radio input[type=radio]:checked + span {
  background-color: black !important;
}
.page-content.page-not-found #left-column .btn,
.page-content.page-not-found #content-wrapper .btn,
#cms #left-column .btn,
#cms #content-wrapper .btn,
#sitemap #left-column .btn,
#sitemap #content-wrapper .btn,
#stores #left-column .btn,
#stores #content-wrapper .btn,
#module-psgdpr-gdpr #left-column .btn,
#module-psgdpr-gdpr #content-wrapper .btn,
#order-slip #left-column .btn,
#order-slip #content-wrapper .btn,
#history #left-column .btn,
#history #content-wrapper .btn,
#address #left-column .btn,
#address #content-wrapper .btn,
#identity #left-column .btn,
#identity #content-wrapper .btn,
#my-account #left-column .btn,
#my-account #content-wrapper .btn,
#contact #left-column .btn,
#contact #content-wrapper .btn,
#registration #left-column .btn,
#registration #content-wrapper .btn,
#authentication #left-column .btn,
#authentication #content-wrapper .btn,
#password #left-column .btn,
#password #content-wrapper .btn,
#pagenotfound #left-column .btn,
#pagenotfound #content-wrapper .btn,
#order-confirmation #left-column .btn,
#order-confirmation #content-wrapper .btn,
#checkout #left-column .btn,
#checkout #content-wrapper .btn {
  text-transform: math-auto;
  background: transparent;
  color: rgba(255, 255, 255, 0.904);
  border: 1px solid rgba(255, 255, 255, 0.904);
  transition-duration: 0.2s;
}
.page-content.page-not-found #left-column .btn:hover,
.page-content.page-not-found #content-wrapper .btn:hover,
#cms #left-column .btn:hover,
#cms #content-wrapper .btn:hover,
#sitemap #left-column .btn:hover,
#sitemap #content-wrapper .btn:hover,
#stores #left-column .btn:hover,
#stores #content-wrapper .btn:hover,
#module-psgdpr-gdpr #left-column .btn:hover,
#module-psgdpr-gdpr #content-wrapper .btn:hover,
#order-slip #left-column .btn:hover,
#order-slip #content-wrapper .btn:hover,
#history #left-column .btn:hover,
#history #content-wrapper .btn:hover,
#address #left-column .btn:hover,
#address #content-wrapper .btn:hover,
#identity #left-column .btn:hover,
#identity #content-wrapper .btn:hover,
#my-account #left-column .btn:hover,
#my-account #content-wrapper .btn:hover,
#contact #left-column .btn:hover,
#contact #content-wrapper .btn:hover,
#registration #left-column .btn:hover,
#registration #content-wrapper .btn:hover,
#authentication #left-column .btn:hover,
#authentication #content-wrapper .btn:hover,
#password #left-column .btn:hover,
#password #content-wrapper .btn:hover,
#pagenotfound #left-column .btn:hover,
#pagenotfound #content-wrapper .btn:hover,
#order-confirmation #left-column .btn:hover,
#order-confirmation #content-wrapper .btn:hover,
#checkout #left-column .btn:hover,
#checkout #content-wrapper .btn:hover {
  background: rgba(255, 255, 255, 0.904);
  color: #07090c !important;
}
.page-content.page-not-found #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
.page-content.page-not-found #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#cms #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#cms #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#sitemap #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#sitemap #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#stores #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#stores #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#module-psgdpr-gdpr #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#module-psgdpr-gdpr #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#order-slip #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#order-slip #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#history #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#history #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#address #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#address #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#identity #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#identity #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#my-account #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#my-account #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#contact #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#contact #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#registration #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#registration #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#authentication #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#authentication #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#password #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#password #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#pagenotfound #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#pagenotfound #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#order-confirmation #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#order-confirmation #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span,
#checkout #left-column .custom-checkbox input[type=checkbox]:checked ~ span,
#checkout #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span {
  color: white !important;
}
.page-content.page-not-found #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
.page-content.page-not-found #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#cms #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#cms #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#sitemap #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#sitemap #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#stores #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#stores #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#module-psgdpr-gdpr #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#module-psgdpr-gdpr #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#order-slip #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#order-slip #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#history #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#history #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#address #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#address #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#identity #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#identity #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#my-account #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#my-account #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#contact #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#contact #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#registration #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#registration #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#authentication #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#authentication #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#password #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#password #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#pagenotfound #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#pagenotfound #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#order-confirmation #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#order-confirmation #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#checkout #left-column .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked,
#checkout #content-wrapper .custom-checkbox input[type=checkbox]:checked ~ span i.checkbox-checked {
  color: white !important;
}
.page-content.page-not-found #left-column .alert,
.page-content.page-not-found #content-wrapper .alert,
#cms #left-column .alert,
#cms #content-wrapper .alert,
#sitemap #left-column .alert,
#sitemap #content-wrapper .alert,
#stores #left-column .alert,
#stores #content-wrapper .alert,
#module-psgdpr-gdpr #left-column .alert,
#module-psgdpr-gdpr #content-wrapper .alert,
#order-slip #left-column .alert,
#order-slip #content-wrapper .alert,
#history #left-column .alert,
#history #content-wrapper .alert,
#address #left-column .alert,
#address #content-wrapper .alert,
#identity #left-column .alert,
#identity #content-wrapper .alert,
#my-account #left-column .alert,
#my-account #content-wrapper .alert,
#contact #left-column .alert,
#contact #content-wrapper .alert,
#registration #left-column .alert,
#registration #content-wrapper .alert,
#authentication #left-column .alert,
#authentication #content-wrapper .alert,
#password #left-column .alert,
#password #content-wrapper .alert,
#pagenotfound #left-column .alert,
#pagenotfound #content-wrapper .alert,
#order-confirmation #left-column .alert,
#order-confirmation #content-wrapper .alert,
#checkout #left-column .alert,
#checkout #content-wrapper .alert {
  color: black !important;
}

#order-confirmation {
  border-right: none !important;
}
#order-confirmation #order-items {
  border-right: none !important;
}

#checkout .checkout-step {
  background-color: transparent !important;
}
#checkout .blockreassurance_product {
  display: none !important;
}
#checkout .delivery-options-list .delivery-options .row {
  background: transparent !important;
  border-right: none !important;
}

h1#js-product-list-header.h2 {
  color: rgba(255, 255, 255, 0.904);
}

.page-content.page-not-found {
  background: transparent !important;
}
.page-content.page-not-found #search_widget {
  width: 100%;
}
.page-content.page-not-found input {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}

#pagenotfound .page-not-found {
  background: transparent;
}
#pagenotfound .page-header {
  text-align: center;
}

#password .send-renew-password-link {
  text-align: center;
}

#contact .contact-form {
  background: transparent !important;
}

#my-account .links .link-item {
  background: transparent !important;
  font-weight: 500 !important;
}
#my-account .links a i {
  color: rgba(255, 255, 255, 0.904) !important;
}

#module-psgdpr-gdpr #content,
#order-slip #content,
#history #content,
#address #content,
#identity #content {
  background: transparent;
}

#module-psgdpr-gdpr .psgdprinfo17 {
  background: transparent;
}

#cms .page-header h1 {
  margin-bottom: 78px;
  text-align: left;
  color: white;
  font-size: 65px !important;
}
@media (max-width: 767px) {
  #cms .page-header h1 {
    margin-bottom: 48px;
    font-size: 45px !important;
  }
}
#cms .page-content.page-cms {
  background: transparent;
  padding: 0px !important;
}
#cms .page-content.page-cms h2 {
  margin-top: 68px;
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #cms .page-content.page-cms h2 {
    margin-top: 38px;
  }
}
#cms .page-content.page-cms p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
}
#cms .page-content.page-cms ul li {
  font-size: 18px;
  line-height: 36px;
}

#checkout #payment-option-2-additional-information dl, #checkout #payment-option-2-additional-information dt, #checkout #payment-option-2-additional-information dd {
  color: black;
}

#order-confirmation dl, #order-confirmation dt, #order-confirmation dd {
  color: black;
}

#cart .header-cart-btn a {
  color: black !important;
}
#cart .header-cart-btn a:hover {
  color: white !important;
}

#header {
  background-color: #07090C;
}
#header .header-top {
  background-color: transparent !important;
}
#header #_mobile_cart a {
  display: flex;
  position: relative;
  transition-duration: 0.2s;
}
#header #_mobile_cart a span {
  background-color: white;
  width: 10.5px;
  height: 10.5px;
  min-height: 10.5px;
  border-radius: 50%;
  min-width: 10.5px;
  color: #07090C;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -4px;
  bottom: -2px;
}
#header #_mobile_cart a:hover {
  opacity: 0.5;
}
#header .row-header {
  display: flex;
  justify-content: space-between;
}
#header .header-cart-content {
  display: flex;
  align-items: center;
}
#header .header-cart-content #_desktop_cart a {
  display: flex;
  position: relative;
  transition-duration: 0.2s;
}
#header .header-cart-content #_desktop_cart a span {
  background-color: white;
  width: 10.5px;
  height: 10.5px;
  min-height: 10.5px;
  border-radius: 50%;
  min-width: 10.5px;
  color: #07090C;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -4px;
  bottom: -2px;
}
#header .header-cart-content #_desktop_cart a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  #header .header-cart-content {
    width: 100%;
  }
}
#header #search_widget {
  margin-right: 20px;
  min-width: auto;
  overflow: hidden !important;
  max-width: none !important;
}
#header #search_widget i.clear {
  display: none !important;
}
#header #search_widget form input {
  background: #16171A;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  padding: 7px 12px;
  padding-left: 41px;
  border-radius: 4px;
  max-width: 171px;
  width: 100%;
  transition-duration: 0.2s;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  #header #search_widget form input {
    max-width: unset !important;
    width: 100%;
  }
}
#header #search_widget form input::placeholder {
  font-size: 16px;
  color: white;
  opacity: 0.5;
  font-weight: 400;
  letter-spacing: -2%;
}
@media (min-width: 768px) {
  #header #search_widget form input:focus {
    max-width: 248px;
    width: 248px;
  }
}
#header #search_widget form i.search {
  position: absolute;
  /* padding: .5rem; */
  left: 12px;
  bottom: 8px;
  padding: 0px !important;
}
@media (max-width: 767px) {
  #header #search_widget form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #header #search_widget {
    width: 100%;
    margin-right: 0px !important;
  }
}
#header .header-top-custom {
  padding: 14.5px 0px;
}
@media (max-width: 767px) {
  #header .header-top-custom {
    padding: 6px 0px;
  }
}
#header .mobile_top_menu_wrapper .menu,
#header .row-header .menu {
  display: flex;
  align-items: center;
}
#header .mobile_top_menu_wrapper .top-menu,
#header .row-header .top-menu {
  margin-bottom: 0px !important;
  display: flex;
  justify-content: center;
  gap: 150px;
}
#header .mobile_top_menu_wrapper .top-menu li,
#header .row-header .top-menu li {
  transition-duration: 0.2s;
}
#header .mobile_top_menu_wrapper .top-menu li a,
#header .row-header .top-menu li a {
  font-size: 16px;
  color: white;
  letter-spacing: -2%;
  font-weight: 500;
  transition-duration: 0.2s;
}
#header .mobile_top_menu_wrapper .top-menu li a:hover,
#header .row-header .top-menu li a:hover {
  opacity: 0.5;
  color: white !important;
}
#header .mobile_top_menu_wrapper .top-menu li .sub-menu,
#header .row-header .top-menu li .sub-menu {
  display: none;
}
@media (max-width: 1100px) {
  #header .mobile_top_menu_wrapper .top-menu,
#header .row-header .top-menu {
    gap: 90px;
  }
}
@media (max-width: 800px) {
  #header .mobile_top_menu_wrapper .top-menu,
#header .row-header .top-menu {
    gap: 60px;
  }
}
#header .mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #header .header-menu-right {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
  }
  #header .header-menu-right #menu-icon i {
    color: white;
  }
}
@media (max-width: 767px) {
  #header .header-top-custom #mobile_top_menu_wrapper {
    padding: 0px 15px;
    background: #07090C;
  }
  #header .header-top-custom #mobile_top_menu_wrapper li {
    margin: 16px 0px;
  }
  #header .header-top-custom #mobile_top_menu_wrapper a {
    font-weight: 400;
    color: white;
    font-size: 20px;
    padding-left: 0px !important;
    border-bottom: none !important;
  }
}

.ui-autocomplete {
  background: #07090C !important;
}
.ui-autocomplete li a span {
  color: white !important;
}
.ui-autocomplete li a:hover {
  background: #07090C !important;
}
.ui-autocomplete li:hover {
  background: #07090C !important;
}

.header-open {
  display: block !important;
}

.header-close {
  display: none !important;
}

#header.is-open .header-open {
  display: none !important;
}
#header.is-open .header-close {
  display: block !important;
}

#_desktop_logo {
  transition-duration: 0.5s;
}

#_desktop_logo:hover {
  transform: rotate(3deg);
}

.header-cart-btn {
  margin-left: 20px;
}
.header-cart-btn a {
  font-size: 16px;
  color: black !important;
  background: white;
  padding: 8.5px 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  transition-duration: 0.2s;
  box-sizing: border-box;
  white-space: nowrap;
}
.header-cart-btn a:hover {
  background: transparent;
  outline: 1px solid white;
  color: white !important;
}
@media (max-width: 767px) {
  .header-cart-btn {
    display: none;
  }
}

#index #carousel {
  margin-bottom: 0px !important;
}
#index #carousel .carousel-inner {
  height: 540px;
  margin-bottom: 0px;
}
@media (max-width: 850px) {
  #index #carousel .carousel-inner {
    height: 470px;
  }
}
@media (max-width: 550px) {
  #index #carousel .carousel-inner {
    height: 430px;
  }
}
#index #carousel .carousel-item .caption {
  max-width: 1210px;
  width: 100% !important;
  left: 34px;
  bottom: 50px;
  padding-right: 40px;
}
#index #carousel .carousel-item .caption .display-1 {
  font-size: 16px;
  color: white;
  opacity: 0.95;
  letter-spacing: -2%;
  margin-bottom: 11px;
  display: flex;
  font-weight: 400;
}
@media (max-width: 850px) {
  #index #carousel .carousel-item .caption .display-1 {
    margin-bottom: 7px;
  }
}
#index #carousel .carousel-item .caption .carousel-display-2 {
  display: flex;
  color: white;
  letter-spacing: -2%;
  font-size: 65px;
  line-height: 81px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  #index #carousel .carousel-item .caption .carousel-display-2 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 14px;
  }
}
@media (max-width: 550px) {
  #index #carousel .carousel-item .caption .carousel-display-2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 9px;
  }
}
#index #carousel .carousel-item .caption .caption-description p {
  color: white;
  opacity: 0.95;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 0px !important;
}
#index #carousel .carousel-item .caption .carousel-indicators {
  display: flex !important;
  position: inherit !important;
  left: 36px !important;
  position: inherit !important;
}
#index #carousel .carousel-item .caption .carousel-indicators-custom {
  display: flex;
  gap: 6px;
  margin-top: 10.5px;
  padding-left: 0px !important;
}
#index #carousel .carousel-item .caption .carousel-indicators-custom li {
  background: white;
  border-radius: 1px;
  opacity: 0.9;
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
  transition-duration: 0.2s;
  cursor: pointer;
}
#index #carousel .carousel-item .caption .carousel-indicators-custom li:hover {
  opacity: 0.5;
}
#index #carousel .carousel-item .caption .carousel-indicators-custom li.active {
  background: white;
  border-radius: 1px;
  width: 40px;
  min-width: 40px;
  height: 5px;
  min-height: 5px;
}
@media (max-width: 850px) {
  #index #carousel .carousel-item .caption {
    bottom: 30px;
    left: 18px;
  }
}
#index #carousel .left.carousel-control,
#index #carousel .right.carousel-control {
  display: none !important;
}
#index #carousel .carousel-item figure {
  height: 100% !important;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 0.5px solid rgba(255, 255, 255, 0.151);
}
#index #carousel .carousel-item img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition-duration: 0.2s;
}
#index #carousel .carousel-item:hover img {
  transform: scale(1.05) rotate(0.9deg);
  filter: brightness(0.9);
}
#index .featured-products {
  margin-top: 78px !important;
}
#index .featured-products .products-section-title {
  font-size: 24px;
  color: white;
  text-align: left;
  margin: 0px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #index .featured-products .products-section-title {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  #index .featured-products {
    margin-top: 48px !important;
  }
}
#index .page-footer {
  display: none !important;
}

#index #carousel .carousel-item .slider-animation {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
#index #carousel .carousel-item .slider-animation .slider-animation-1 {
  position: absolute;
  right: 50px;
  transform: translate(0px, calc(-100% + 540px));
  height: auto !important;
  width: 322px !important;
  animation: slideUpLoop2 35s ease-in-out infinite;
}
@media (max-width: 767px) {
  #index #carousel .carousel-item .slider-animation .slider-animation-1 {
    width: 140px !important;
    right: 5px;
  }
}
#index #carousel .carousel-item .slider-animation .slider-animation-2 {
  position: absolute;
  right: 382px;
  width: 322px !important;
  height: auto !important;
  animation: slideLoop 35s ease-in-out infinite;
}
@media (max-width: 767px) {
  #index #carousel .carousel-item .slider-animation .slider-animation-2 {
    width: 140px !important;
    right: 140px;
  }
}

@keyframes slideLoop {
  0% {
    transform: translate(0px, 0%);
  }
  50% {
    transform: translate(0px, calc(-100% + 540px));
  }
  100% {
    transform: translate(0px, 0%);
  }
}
@keyframes slideUpLoop2 {
  0% {
    transform: translate(0px, calc(-100% + 540px));
  }
  50% {
    transform: translate(0px, 0%);
  }
  100% {
    transform: translate(0px, calc(-100% + 540px));
  }
}
.page-home #carousel .carousel-inner li:nth-child(1) figcaption {
  max-width: 580px !important;
}
.page-home #carousel .carousel-inner li:nth-child(3) figcaption {
  max-width: 750px !important;
}

#product #wrapper .row {
  margin: 0px !important;
}
#product .breadcrumb {
  display: none !important;
}
#product .tax-shipping-delivery-label {
  display: none !important;
}
#product .blockreassurance_product,
#product .social-sharing {
  display: none !important;
}
#product #content-wrapper {
  margin-top: 84px;
  padding: 0px !important;
}
@media (max-width: 830px) {
  #product #content-wrapper {
    margin-top: 24px;
  }
}
#product .product-container h1 {
  color: white;
  opacity: 0.95;
  font-size: 20px;
  text-transform: none;
}
#product .product-prices {
  margin-top: 15px;
}
#product .product-price {
  margin-bottom: 29px;
}
#product .product-price .current-price {
  margin-bottom: 0px;
}
#product .product-variants .control-label {
  display: none !important;
}
#product .product-variants .variant-custom-color .select-title-custom {
  display: none !important;
}
#product .product-variants .variant-custom-color ul {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  grid-gap: 18px 4px;
  width: min-content;
  margin-bottom: 0px !important;
}
#product .product-variants .variant-custom-color ul li {
  width: 70px;
  height: 70px;
}
#product .product-variants .variant-custom-color ul li label {
  width: 70px;
  height: 70px;
  margin: 0px !important;
}
#product .product-variants .variant-custom-color ul li label .color {
  margin: 0px !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 4px;
  border: none;
  transition-duration: 0.2s;
}
#product .product-variants .variant-custom-color ul li label input:checked ~ .color {
  border: 1px solid white;
}
#product .product-variants .variant-custom-color ul li label .color:hover {
  opacity: 1;
  border: 1px solid white;
}
#product .product-variants .variant-custom-color ul:hover .color {
  opacity: 0.5;
}
#product .product-variants .variant-custom-color {
  margin-bottom: 75px;
}
#product .product-variants .variant-custom-radio ul {
  margin-bottom: 0px !important;
}
#product .product-variants .variant-custom-radio ul input.input-radio {
  width: 0px !important;
  height: 0px !important;
}
#product .product-variants .variant-custom-radio ul {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  width: 100% !important;
  grid-gap: 7px 7px;
  width: min-content;
}
#product .product-variants .variant-custom-radio ul label {
  width: 100%;
  height: 48px;
  margin-bottom: 0px !important;
}
#product .product-variants .variant-custom-radio ul .radio-label {
  font-size: 16px;
  color: white;
  border: 1px solid rgba(229, 229, 229, 0.062745098) !important;
  border-radius: 4px;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}
#product .product-variants .variant-custom-radio ul label input:checked ~ .radio-label {
  border: 1px solid rgba(229, 229, 229, 0.5607843137) !important;
}
#product .product-variants .variant-custom-radio ul .radio-label:hover {
  background: rgba(255, 255, 255, 0.041);
}
#product .select-title-custom {
  font-size: 16px;
  color: white;
  display: flex;
  margin-bottom: 13px;
}
#product .select-title-custom .select-title-custom-inner {
  text-transform: lowercase;
  margin-left: 4px;
}
#product .current-price-value {
  font-size: 16px;
  color: white;
  opacity: 0.95;
}
#product .product-accessories {
  display: none !important;
}
#product .product-flags {
  display: none !important;
}
#product .row-product-second {
  max-width: 366px;
  padding: 0px !important;
}
@media (max-width: 830px) {
  #product .row-product-second {
    max-width: unset !important;
    width: 100%;
  }
}
#product .product-discounts {
  margin-bottom: 28px;
}
#product .product-add-to-cart .control-label {
  display: none !important;
}
#product .product-add-to-cart .qty {
  display: none !important;
}
#product .product-add-to-cart .add {
  width: 100%;
}
#product .product-add-to-cart .add .btn-primary {
  color: #07090C;
  padding: 0px !important;
  background: white;
  border-radius: 4px;
  padding: 18px 0px !important;
  text-align: center;
  width: 100%;
  box-shadow: none !important;
  text-transform: none;
  height: auto !important;
  transition-duration: 0.2s;
}
#product .product-add-to-cart .add .btn-primary:hover {
  color: white;
  border: 1px solid white;
  background: transparent;
}
#product .js-product-container {
  display: flex;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 900px) {
  #product .js-product-container {
    gap: 18px;
  }
}
@media (max-width: 830px) {
  #product .js-product-container {
    flex-direction: column;
  }
}
#product .js-product-container::after {
  display: none !important;
}
#product .row-product-first {
  width: 606px;
  min-width: 606px;
  padding: 0px !important;
}
#product .row-product-first .images-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}
@media (max-width: 900px) {
  #product .row-product-first .images-container {
    gap: 8px;
  }
}
#product .row-product-first #content {
  width: 100%;
  max-width: 100% !important;
}
#product .row-product-first .product-cover {
  margin-bottom: 0px !important;
  min-width: 532px;
}
#product .row-product-first .product-cover img {
  border-radius: 8px !important;
}
@media (max-width: 1175px) {
  #product .row-product-first .product-cover {
    min-width: 432px;
  }
}
@media (max-width: 900px) {
  #product .row-product-first .product-cover {
    min-width: 384px;
  }
}
@media (max-width: 830px) {
  #product .row-product-first .product-cover {
    min-width: auto !important;
  }
}
#product .row-product-first .js-qv-mask {
  margin: 0px !important;
  width: 60px !important;
  min-width: 60px !important;
  height: 665px;
  padding-right: 0px !important;
  overflow: auto; /* Umożliwia przewijanie */
  scrollbar-width: none; /* Ukrywa pasek przewijania w przeglądarkach obsługujących tę właściwość (np. Firefox) */
  -ms-overflow-style: none;
  position: relative;
}
@media (max-width: 1175px) {
  #product .row-product-first .js-qv-mask {
    height: 540px;
  }
}
@media (max-width: 900px) {
  #product .row-product-first .js-qv-mask {
    height: 480px;
  }
}
@media (max-width: 830px) {
  #product .row-product-first .js-qv-mask {
    display: none !important;
  }
}
#product .row-product-first .images-container::after {
  content: "";
  height: 20px;
  width: 60px;
  position: absolute;
  left: -32px;
  bottom: -2px;
  background-image: url('data:image/svg+xml,<svg width="60" height="19" viewBox="0 0 60 19" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="60" height="19.94" fill="url(%23paint0_linear_1_1545)"/><defs><linearGradient id="paint0_linear_1_1545" x1="30" y1="0" x2="30" y2="19.94" gradientUnits="userSpaceOnUse"><stop stop-color="%2307090C" stop-opacity="0.01"/><stop offset="0.245659" stop-color="%2307090C" stop-opacity="0.01"/><stop offset="1" stop-color="%2307090C"/></linearGradient></defs></svg>');
}
@media (max-width: 1175px) {
  #product .row-product-first .images-container::after {
    left: -4px;
  }
}
#product .row-product-first .scroll-box-arrows {
  display: none !important;
}
#product .row-product-first .product-images {
  display: flex;
  flex-direction: column;
  gap: 8px 0px;
  position: relative;
}
#product .row-product-first .product-images li {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
}
#product .row-product-first .product-images li picture {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
#product .row-product-first .product-images li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin: 0px !important;
  transition-duration: 0.2s;
}
#product .row-product-first .product-images li picture img:hover {
  transform: rotate(2deg) scale(1.1);
}
#product .row-product-first .product-images li picture img.selected {
  border: none !important;
  filter: brightness(70%);
}
#product .row-product-first .product-images li picture img:hover {
  border: none !important;
  filter: brightness(90%);
}
@media (max-width: 1175px) {
  #product .row-product-first {
    width: 505px;
    min-width: 505px;
  }
}
@media (max-width: 900px) {
  #product .row-product-first {
    width: 450px;
    min-width: 450px;
  }
}
@media (max-width: 830px) {
  #product .row-product-first {
    width: 100%;
    min-width: auto !important;
  }
}
#product .btns-custom-cover {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#product .btns-custom-cover a {
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transition-duration: 0.2s;
}
#product .btns-custom-cover a:hover {
  opacity: 0.8;
}
#product .tabs {
  padding: 0px !important;
  margin: 0px !important;
  background: transparent;
}
#product .tabs .nav-tabs {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-bottom: none !important;
}
#product .tabs .nav-tabs .nav-item a.nav-link {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1D1F22;
  transition-duration: 0.2s;
}
@media (max-width: 767px) {
  #product .tabs .nav-tabs .nav-item a.nav-link {
    padding: 20px 0px;
  }
}
#product .tabs .nav-tabs .nav-item a.nav-link:hover {
  opacity: 0.5;
}
#product .tabs .nav-tabs .nav-item a[aria-expanded=false] ~ .tab-content {
  display: none;
}
#product .tabs .nav-tabs .nav-item a[aria-expanded=true] .tab-pane {
  display: block;
}
#product .tabs .nav-tabs .nav-item a[aria-expanded=true] svg {
  transform: rotate(180deg);
}
#product .tabs .nav-tabs .nav-item .tab-pane#description {
  margin-top: 0px !important;
}
#product .tabs .nav-tabs .nav-item .tab-content .tab-pane {
  padding-top: 0px;
  margin-top: 15px;
}
#product .tabs .nav-tabs .nav-item .tab-content .tab-pane a {
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 500;
}
#product .tabs .nav-tabs .nav-item .tab-content .tab-pane p {
  color: white;
  font-size: 16px;
  line-height: 24px;
}
#product .tabs .nav-tabs .nav-item .tab-content .tab-pane ul {
  list-style-type: disc !important;
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  color: white !important;
}
#product .tabs .nav-tabs .nav-item .tab-content .tab-pane ul li {
  list-style-type: disc !important;
}
#product .tabs .nav-tabs .nav-item .tab-content .tab-pane ul li p,
#product .tabs .nav-tabs .nav-item .tab-content .tab-pane ul li span {
  color: white !important;
}
#product .tabs .nav-tabs .nav-item .tab-content .tab-pane ul li::marker {
  color: white;
}
#product .tabs .nav-tabs .nav-item .description-tab-content {
  display: flex !important;
}
#product .tabs .nav-tabs .grade-stars .star-on {
  filter: brightness(0) invert(1);
}
#product .tabs .nav-tabs .btn-comment {
  color: #07090C;
  padding: 0px !important;
  background: white;
  border-radius: 4px;
  padding: 12px 0px !important;
  text-align: center;
  width: 100%;
  box-shadow: none !important;
  text-transform: none;
  height: auto !important;
  transition-duration: 0.2s;
}
#product .tabs .nav-tabs .btn-comment i {
  display: none !important;
}
#product .product-additional-info .product-comments-additional-info {
  display: none !important;
}
#product .footerprod #product-comments-list-header,
#product .footerprod #empty-product-comment,
#product .footerprod #product-comments-list,
#product .footerprod #product-comments-list-footer {
  display: none !important;
}
#product #product-comments-list {
  padding-top: 10px;
}
#product #product-comments-list .product-comment-list-item {
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 6px 0px;
  margin-bottom: 5px;
}
#product #product-comments-list .product-comment-list-item .comment-buttons {
  display: none !important;
}
#product #product-comments-list .product-comment-list-item .comment-infos {
  height: auto !important;
  color: white;
  width: 100%;
  padding: 0px !important;
}
#product #product-comments-list .product-comment-list-item .comment-content {
  width: 100%;
  padding: 0px !important;
}
#product #conn-right-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 17px;
}
#product #product-comments-list-header {
  display: none !important;
}
#product .tab-pane-comm #empty-product-comment {
  padding: 3px 0px;
  background-color: transparent !important;
}
#product .tab-pane-comm #empty-product-comment button {
  font-size: 16px;
  color: white;
  background: transparent;
}
#product #product-modal .modal-body figure picture img {
  height: 70vh;
  object-fit: contain;
  max-width: 85vh;
  background: transparent !important;
}
#product #product-modal .modal-body figcaption {
  display: none !important;
}
#product #product-modal .modal-body #thumbnails {
  padding-bottom: 25px;
  display: none !important;
}
#product .images-container .layer.hidden-sm-down {
  display: none !important;
}
#product .product-featured-products .feat-prod-title {
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px;
}
#product #product-availability {
  color: white;
}
#product .page-footer {
  display: none !important;
}
#product .featured-products {
  margin-top: 48px !important;
}
@media (max-width: 767px) {
  #product .featured-products {
    margin-top: 30px !important;
  }
}

.footer-content .footer-content-container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 64px;
}
.footer-content .footer-content-container .footer-content-logo a img {
  width: 64.56px;
  height: 35px;
  min-width: 64.56px;
  min-height: 35px;
  object-fit: cover;
}
.footer-content .footer-content-container .footer-content-links {
  margin-left: 15%;
  width: 100%;
}
.footer-content .footer-content-container .footer-content-links .links {
  width: 100%;
  padding: 0px !important;
}
.footer-content .footer-content-container .footer-content-links .links .row {
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
}
.footer-content .footer-content-container .footer-content-links .links .row .col-md-6 {
  width: 100%;
  padding: 0px !important;
}
@media (max-width: 767px) {
  .footer-content .footer-content-container .footer-content-links .links .title {
    display: none !important;
  }
}
.footer-content .footer-content-container .footer-content-links .links .wrapper p.h3 {
  display: none !important;
}
.footer-content .footer-content-container .footer-content-links .links .wrapper ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px !important;
  align-items: center;
}
.footer-content .footer-content-container .footer-content-links .links .wrapper ul li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -2%;
  transition-duration: 0.2s;
}
.footer-content .footer-content-container .footer-content-links .links .wrapper ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .footer-content .footer-content-container .footer-content-links .links .wrapper ul {
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer-content .footer-content-container {
    margin-bottom: 30px;
  }
}
.footer-content .footer-content-bottom-left {
  display: flex;
  align-items: center;
  gap: 100px;
  width: 55%;
}
.footer-content .footer-content-bottom-left p {
  color: white;
  opacity: 0.32;
  font-size: 15px;
  letter-spacing: -2%;
  margin-bottom: 0px !important;
}
.footer-content .footer-content-bottom-left .col-md-6.links {
  margin: 0px !important;
  padding: 0px !important;
}
.footer-content .footer-content-bottom-left .col-md-6.links .row {
  margin: 0px !important;
  padding: 0px !important;
}
.footer-content .footer-content-bottom-left .col-md-6.links .row .wrapper {
  margin: 0px !important;
  padding: 0px !important;
}
.footer-content .footer-content-bottom-left .col-md-6.links .row .wrapper p.h3 {
  display: none !important;
}
.footer-content .footer-content-bottom-left .col-md-6.links .row .wrapper ul {
  margin-bottom: 0px !important;
}
.footer-content .footer-content-bottom-left .col-md-6.links .row .wrapper ul li a {
  color: white;
  opacity: 0.32;
  font-size: 15px;
  letter-spacing: -2%;
}
@media (max-width: 767px) {
  .footer-content .footer-content-bottom-left .col-md-6.links .row .wrapper ul {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .footer-content .footer-content-bottom-left .col-md-6.links .title {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .footer-content .footer-content-bottom-left {
    width: 100%;
    gap: 30px;
  }
}
.footer-content .footer-content-bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 27px;
}
.footer-content .footer-content-bottom .footer-content-bottom-right {
  display: flex;
  gap: 100px;
}
.footer-content .footer-content-bottom .footer-content-bottom-right .footer-bottom-right-first span {
  color: white;
  font-size: 16px;
  opacity: 0.6;
  display: flex;
  text-align: end;
}
@media (max-width: 900px) {
  .footer-content .footer-content-bottom .footer-content-bottom-right .footer-bottom-right-first span {
    text-align: left;
  }
}
.footer-content .footer-content-bottom .footer-content-bottom-right .footer-bottom-right-second {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.footer-content .footer-content-bottom .footer-content-bottom-right .footer-bottom-right-second a {
  display: flex;
  color: white;
  font-size: 16px;
  opacity: 0.6;
  text-align: end;
}
@media (max-width: 900px) {
  .footer-content .footer-content-bottom .footer-content-bottom-right .footer-bottom-right-second a {
    text-align: left;
  }
}
@media (max-width: 900px) {
  .footer-content .footer-content-bottom .footer-content-bottom-right .footer-bottom-right-second {
    align-items: baseline;
  }
}
@media (max-width: 900px) {
  .footer-content .footer-content-bottom .footer-content-bottom-right {
    width: 100%;
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .footer-content .footer-content-bottom {
    flex-direction: column-reverse;
    gap: 12px;
  }
}

.subscribe-section {
  margin-bottom: 78px;
}
.subscribe-section .subscribe-section-content {
  height: 540px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 0px 22px;
}
.subscribe-section .subscribe-section-content .subscribe-item-left {
  grid-template-columns: repeat(1, 2fr);
  display: grid;
  grid-gap: 22px 0px;
}
.subscribe-section .subscribe-section-content .subscribe-item-left .subscribe-left-bottom {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 0px 22px;
}
.subscribe-section .subscribe-section-content .subscribe-item-left .subscribe-item {
  display: flex;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  border: 0.5px solid rgba(255, 255, 255, 0.151);
  border-radius: 10px;
  transition-duration: 0.2s;
}
.subscribe-section .subscribe-section-content .subscribe-item-left .subscribe-item .subscribe-item-text {
  color: white;
  font-size: 16px;
  letter-spacing: -2%;
  background: #07090C;
  border: 0.5px solid rgba(255, 255, 255, 0.349);
  border-radius: 4px;
  padding: 6px 16px;
  height: fit-content;
  position: absolute;
  bottom: 34px;
  left: 34px;
  transition-duration: 0.2s;
}
@media (max-width: 650px) {
  .subscribe-section .subscribe-section-content .subscribe-item-left .subscribe-item .subscribe-item-text {
    bottom: 14px;
    left: 14px;
  }
}
.subscribe-section .subscribe-section-content .subscribe-item-left .subscribe-item .subscribe-item-text:hover {
  transform: scale(1.05);
}
.subscribe-section .subscribe-section-content .subscribe-item-left .subscribe-item:hover {
  filter: brightness(0.75);
}
@media (max-width: 800px) {
  .subscribe-section .subscribe-section-content .subscribe-item-left {
    height: 400px;
  }
}
.subscribe-section .subscribe-section-content .subscription-item-right {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  display: flex;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding: 34px;
  padding: 34px;
  height: 100%;
  justify-content: space-between;
  border: 0.5px solid rgba(255, 255, 255, 0.151);
  border-radius: 10px;
  position: relative;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-top-right {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-top-right span {
  display: flex;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-top-right .sub-top-right-title {
  color: white;
  font-size: 65px;
  font-weight: 500;
  margin-bottom: 37px;
  line-height: 57px;
}
@media (max-width: 850px) {
  .subscribe-section .subscribe-section-content .subscription-item-right .sub-top-right .sub-top-right-title {
    font-size: 50px;
    line-height: 48px;
  }
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-top-right .sub-top-right-desc {
  color: white;
  opacity: 0.95;
  font-size: 16px;
  max-width: 300px;
  line-height: 26px;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-bottom-right {
  z-index: 1;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-bottom-right .sub-bottom-socials .block-social-custom ul {
  display: flex;
  gap: 12px;
  margin-bottom: 0px !important;
  transition-duration: 0.2s;
  width: fit-content;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-bottom-right .sub-bottom-socials .block-social-custom ul li {
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  border-radius: 4px;
  border: 0.5px solid rgba(255, 255, 255, 0.349);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #07090C;
  transition-duration: 0.2s;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-bottom-right .sub-bottom-socials .block-social-custom ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .subscribe-section .subscribe-section-content .subscription-item-right .sub-bottom-right .sub-bottom-socials .block-social-custom ul li {
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
  }
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-bottom-right .sub-bottom-socials .block-social-custom ul li:hover {
  transform: scale(1.21);
  border: 0.5px solid rgba(255, 255, 255, 0.349) !important;
  background: #07090C !important;
}
.subscribe-section .subscribe-section-content .subscription-item-right .sub-bottom-right .sub-bottom-socials .block-social-custom ul:hover li {
  border: 0.5px solid rgba(255, 255, 255, 0.151);
  background: rgba(7, 9, 12, 0.4588235294);
}
@media (max-width: 800px) {
  .subscribe-section .subscribe-section-content .subscription-item-right {
    height: 380px;
  }
}
@media (max-width: 650px) {
  .subscribe-section .subscribe-section-content .subscription-item-right {
    padding: 14px;
  }
}
@media (max-width: 800px) {
  .subscribe-section .subscribe-section-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 22px;
    height: auto !important;
  }
}
.subscribe-section .facebook, .subscribe-section .instagram, .subscribe-section .youtube {
  background-image: none !important;
}
@media (max-width: 767px) {
  .subscribe-section {
    margin-bottom: 48px !important;
  }
}

#footer {
  padding-top: 78px !important;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 48px !important;
  }
}

#best-sales .row,
#prices-drop .row,
#new-products .row,
#category .row {
  margin: 0px !important;
}
#best-sales #left-column,
#prices-drop #left-column,
#new-products #left-column,
#category #left-column {
  display: none !important;
}
#best-sales #content-wrapper,
#prices-drop #content-wrapper,
#new-products #content-wrapper,
#category #content-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#best-sales .breadcrumb,
#prices-drop .breadcrumb,
#new-products .breadcrumb,
#category .breadcrumb {
  display: none !important;
}
#best-sales #js-product-list-top,
#prices-drop #js-product-list-top,
#new-products #js-product-list-top,
#category #js-product-list-top {
  display: none !important;
}
#best-sales #js-product-list-top ~ .hidden-sm-down,
#prices-drop #js-product-list-top ~ .hidden-sm-down,
#new-products #js-product-list-top ~ .hidden-sm-down,
#category #js-product-list-top ~ .hidden-sm-down {
  display: block !important;
}
#best-sales #js-product-list .hidden-md-up.text-xs-right.up,
#prices-drop #js-product-list .hidden-md-up.text-xs-right.up,
#new-products #js-product-list .hidden-md-up.text-xs-right.up,
#category #js-product-list .hidden-md-up.text-xs-right.up {
  display: none !important;
}
#best-sales #js-product-list-header,
#prices-drop #js-product-list-header,
#new-products #js-product-list-header,
#category #js-product-list-header {
  margin-top: 78px;
}
#best-sales #js-product-list-header .block-category,
#prices-drop #js-product-list-header .block-category,
#new-products #js-product-list-header .block-category,
#category #js-product-list-header .block-category {
  background: transparent;
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.349);
  padding-bottom: 22px !important;
}
#best-sales #js-product-list-header .block-category h1,
#prices-drop #js-product-list-header .block-category h1,
#new-products #js-product-list-header .block-category h1,
#category #js-product-list-header .block-category h1 {
  padding: 0 !important;
  margin: 0 !important;
  color: white;
  font-size: 24px;
  font-weight: 500;
}
#best-sales #js-product-list-header .block-category .block-category-inner,
#prices-drop #js-product-list-header .block-category .block-category-inner,
#new-products #js-product-list-header .block-category .block-category-inner,
#category #js-product-list-header .block-category .block-category-inner {
  background: transparent;
  padding: 0 !important;
  margin: 0 !important;
}
#best-sales #js-product-list-header .block-category .block-category-filter,
#prices-drop #js-product-list-header .block-category .block-category-filter,
#new-products #js-product-list-header .block-category .block-category-filter,
#category #js-product-list-header .block-category .block-category-filter {
  color: #9E9EA0;
  font-size: 24px;
  font-weight: 500;
  gap: 10px;
}
@media (max-width: 767px) {
  #best-sales #js-product-list-header .block-category,
#prices-drop #js-product-list-header .block-category,
#new-products #js-product-list-header .block-category,
#category #js-product-list-header .block-category {
    padding-bottom: 19px !important;
  }
}
#best-sales #js-product-list-header .block-category-inner,
#prices-drop #js-product-list-header .block-category-inner,
#new-products #js-product-list-header .block-category-inner,
#category #js-product-list-header .block-category-inner {
  display: none !important;
}
@media (max-width: 767px) {
  #best-sales #js-product-list-header,
#prices-drop #js-product-list-header,
#new-products #js-product-list-header,
#category #js-product-list-header {
    margin-top: 48px !important;
  }
}
#best-sales #search_filters .ui-widget-header,
#prices-drop #search_filters .ui-widget-header,
#new-products #search_filters .ui-widget-header,
#category #search_filters .ui-widget-header {
  background: #212121;
}
#best-sales #search_filter_controls,
#prices-drop #search_filter_controls,
#new-products #search_filter_controls,
#category #search_filter_controls {
  display: none !important;
}
#best-sales #search_filters_wrapper,
#prices-drop #search_filters_wrapper,
#new-products #search_filters_wrapper,
#category #search_filters_wrapper {
  display: none;
}
#best-sales #search_filters_wrapper .facet-label.active a,
#prices-drop #search_filters_wrapper .facet-label.active a,
#new-products #search_filters_wrapper .facet-label.active a,
#category #search_filters_wrapper .facet-label.active a {
  opacity: 1;
  text-decoration: underline;
  font-weight: 600;
}
#best-sales #search_filters_wrapper #search_filters,
#prices-drop #search_filters_wrapper #search_filters,
#new-products #search_filters_wrapper #search_filters,
#category #search_filters_wrapper #search_filters {
  grid-template-columns: repeat(auto-fill, 186px);
  display: grid;
  grid-gap: 32px 120px;
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.349);
  padding: 32px 40px;
  border-top: none !important;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  #best-sales #search_filters_wrapper #search_filters,
#prices-drop #search_filters_wrapper #search_filters,
#new-products #search_filters_wrapper #search_filters,
#category #search_filters_wrapper #search_filters {
    padding: 20px 20px;
  }
}
#best-sales #search_filters_wrapper p.text-uppercase.h6,
#prices-drop #search_filters_wrapper p.text-uppercase.h6,
#new-products #search_filters_wrapper p.text-uppercase.h6,
#category #search_filters_wrapper p.text-uppercase.h6 {
  display: none !important;
}
#best-sales #search_filters_wrapper .facet-title,
#prices-drop #search_filters_wrapper .facet-title,
#new-products #search_filters_wrapper .facet-title,
#category #search_filters_wrapper .facet-title {
  width: 100%;
  white-space: unset !important;
}
#best-sales #search_filters_wrapper .faceted-slider p,
#prices-drop #search_filters_wrapper .faceted-slider p,
#new-products #search_filters_wrapper .faceted-slider p,
#category #search_filters_wrapper .faceted-slider p {
  white-space: nowrap;
  color: white;
  opacity: 0.9;
}
#best-sales #search_filters_wrapper #_desktop_search_filters_clear_all,
#prices-drop #search_filters_wrapper #_desktop_search_filters_clear_all,
#new-products #search_filters_wrapper #_desktop_search_filters_clear_all,
#category #search_filters_wrapper #_desktop_search_filters_clear_all {
  display: none !important;
}
#best-sales #search_filters_wrapper .facet-label a,
#prices-drop #search_filters_wrapper .facet-label a,
#new-products #search_filters_wrapper .facet-label a,
#category #search_filters_wrapper .facet-label a {
  width: 100%;
  white-space: unset !important;
}
#best-sales #search_filters_wrapper .facet-label a .magnitude,
#prices-drop #search_filters_wrapper .facet-label a .magnitude,
#new-products #search_filters_wrapper .facet-label a .magnitude,
#category #search_filters_wrapper .facet-label a .magnitude {
  display: none !important;
}
#best-sales #search_filters_wrapper .facet,
#prices-drop #search_filters_wrapper .facet,
#new-products #search_filters_wrapper .facet,
#category #search_filters_wrapper .facet {
  padding: 0 !important;
}
#best-sales #search_filters_wrapper .facet .title,
#prices-drop #search_filters_wrapper .facet .title,
#new-products #search_filters_wrapper .facet .title,
#category #search_filters_wrapper .facet .title {
  display: none !important;
}
#best-sales #search_filters_wrapper .facet p.h6,
#prices-drop #search_filters_wrapper .facet p.h6,
#new-products #search_filters_wrapper .facet p.h6,
#category #search_filters_wrapper .facet p.h6 {
  opacity: 0.6;
  font-size: 18px;
  letter-spacing: -2%;
  font-weight: 400;
  color: white;
  margin-bottom: 24px;
  display: block !important;
}
#best-sales #search_filters_wrapper .facet ul,
#prices-drop #search_filters_wrapper .facet ul,
#new-products #search_filters_wrapper .facet ul,
#category #search_filters_wrapper .facet ul {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}
#best-sales #search_filters_wrapper .facet ul li .custom-checkbox,
#prices-drop #search_filters_wrapper .facet ul li .custom-checkbox,
#new-products #search_filters_wrapper .facet ul li .custom-checkbox,
#category #search_filters_wrapper .facet ul li .custom-checkbox {
  display: none !important;
}
#best-sales #search_filters_wrapper .facet ul li a,
#prices-drop #search_filters_wrapper .facet ul li a,
#new-products #search_filters_wrapper .facet ul li a,
#category #search_filters_wrapper .facet ul li a {
  color: white;
  opacity: 0.9;
  margin: 0 !important;
}
#best-sales #js-active-search-filters,
#prices-drop #js-active-search-filters,
#new-products #js-active-search-filters,
#category #js-active-search-filters {
  flex-direction: row-reverse;
  padding: 0px !important;
  background: transparent;
  margin: 0px !important;
  align-items: center;
  display: flex;
  justify-content: left;
  gap: 0px 12px;
  margin-bottom: 32px !important;
  padding-top: 22px !important;
}
#best-sales #js-active-search-filters .active-filter-title,
#prices-drop #js-active-search-filters .active-filter-title,
#new-products #js-active-search-filters .active-filter-title,
#category #js-active-search-filters .active-filter-title {
  display: none !important;
}
#best-sales #js-active-search-filters ul,
#prices-drop #js-active-search-filters ul,
#new-products #js-active-search-filters ul,
#category #js-active-search-filters ul {
  display: flex;
  gap: 5px 12px;
  margin: 0px !important;
  flex-wrap: wrap;
}
#best-sales #js-active-search-filters ul li,
#prices-drop #js-active-search-filters ul li,
#new-products #js-active-search-filters ul li,
#category #js-active-search-filters ul li {
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  margin: 0px !important;
  padding: 6px 16px;
  color: white;
  opacity: 0.9;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
#best-sales #js-active-search-filters ul li a i,
#prices-drop #js-active-search-filters ul li a i,
#new-products #js-active-search-filters ul li a i,
#category #js-active-search-filters ul li a i {
  margin: 0px !important;
  color: white;
  opacity: 0.9;
}
#best-sales #js-active-search-filters #_desktop_search_filters_clear_all,
#prices-drop #js-active-search-filters #_desktop_search_filters_clear_all,
#new-products #js-active-search-filters #_desktop_search_filters_clear_all,
#category #js-active-search-filters #_desktop_search_filters_clear_all {
  display: block !important;
}
#best-sales #js-active-search-filters #_desktop_search_filters_clear_all button,
#prices-drop #js-active-search-filters #_desktop_search_filters_clear_all button,
#new-products #js-active-search-filters #_desktop_search_filters_clear_all button,
#category #js-active-search-filters #_desktop_search_filters_clear_all button {
  padding: 6px 16px !important;
  color: white;
  opacity: 0.9;
  margin: 0px !important;
  font-size: 16px;
  background: transparent !important;
}
@media (max-width: 767px) {
  #best-sales #js-active-search-filters,
#prices-drop #js-active-search-filters,
#new-products #js-active-search-filters,
#category #js-active-search-filters {
    padding-top: 19px !important;
    flex-direction: column-reverse;
    align-items: baseline;
    gap: 10px 0px;
  }
}
#best-sales #js-product-list .products::after,
#prices-drop #js-product-list .products::after,
#new-products #js-product-list .products::after,
#category #js-product-list .products::after {
  display: none !important;
}

.custom-filter-open #search_filters_wrapper {
  display: block !important;
}
.custom-filter-open #js-active-search-filters {
  padding-top: 22px !important;
}

.product-miniature .thumbnail-container .thumbnail-top a {
  display: flex;
  width: 100%;
  height: 100%;
}
.product-miniature .thumbnail-container .thumbnail-top a picture {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
.product-miniature .thumbnail-container .thumbnail-top a picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition-duration: 0.2s;
}
.product-miniature .thumbnail-container .thumbnail-top a picture img:hover {
  transform: scale(1.1) rotate(1deg);
}
.product-miniature .product-description {
  margin-top: 21px;
}
.product-miniature .product-description .product-title {
  margin-bottom: 3px;
}
.product-miniature .product-description .product-title a {
  display: flex;
  color: white;
  opacity: 0.95;
  font-size: 16px;
  transition-duration: 0.2s;
}
.product-miniature .product-description .product-title a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .product-miniature .product-description {
    margin-top: 12px;
  }
}
.product-miniature .custom-short-desc {
  display: flex;
  color: white;
  opacity: 0.5;
  font-size: 16px;
  margin-bottom: 12px;
}
.product-miniature .custom-short-desc span,
.product-miniature .custom-short-desc p {
  margin: 0px !important;
  display: flex;
  color: white;
  font-size: 16px;
}
.product-miniature .product-price-and-shipping span {
  display: flex;
  color: white;
  font-size: 16px;
  opacity: 0.95;
  font-weight: 400;
}
.product-miniature .highlighted-informations {
  display: none !important;
}
.product-miniature .product-flags {
  display: none !important;
}

#cms.cms-id-7 #content-wrapper {
  margin-top: 0px !important;
}
#cms.cms-id-7 .cms-header {
  border: 0.5px solid rgba(255, 255, 255, 0.151);
  border-radius: 10px;
  height: 540px;
  display: flex;
  width: 100%;
  align-items: end;
}
#cms.cms-id-7 .cms-header .cms-header-content {
  width: 100%;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-top {
  width: 100%;
  max-width: 646px;
  padding-left: 34px;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-top .cms-placeholder {
  color: white;
  opacity: 0.95;
  font-size: 16px;
  letter-spacing: -2%;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-top h1 {
  margin-top: 25px;
  color: white;
  font-size: 65px;
  letter-spacing: -2%;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-top h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-top {
    padding-left: 20px;
  }
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom {
  width: 100%;
  padding: 50px 0px;
  border-top: 1px solid rgba(217, 217, 217, 0.4117647059);
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 34px;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom a {
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
  border-radius: 4px;
  transition-duration: 0.2s;
  padding: 0px 17px;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom .cms-btn-first {
  color: #07090C !important;
  background: white;
  border: 1px solid white;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom .a-color {
  filter: brightness(0) saturate(100%);
  transition-duration: 0.2s;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom svg {
  transition-duration: 0.2s;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom .cms-btn-second {
  color: white;
  border: 1px solid white;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom a:hover {
  background: black !important;
  border: 1px solid black;
}
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom a:hover svg,
#cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom a:hover .a-color {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(26%) hue-rotate(18deg) brightness(106%) contrast(105%);
}
@media (max-width: 767px) {
  #cms.cms-id-7 .cms-header .cms-header-content .cms-header-content-bottom {
    padding: 25px 0px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #cms.cms-id-7 .cms-header {
    height: 402px;
  }
}
#cms.cms-id-7 #content h2 {
  color: white;
  font-size: 20px;
}
#cms.cms-id-7 #content p {
  font-size: 18px;
  line-height: 36px;
}
#cms.cms-id-7 .instaSwiper {
  height: 261px;
  margin-top: 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.206);
  padding-bottom: 32px;
  box-sizing: content-box;
}
#cms.cms-id-7 .instaSwiper .swiper-wrapper .swiper-slide {
  height: 259px;
  border: 0.5px solid rgba(255, 255, 255, 0.247);
  border-radius: 10px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 767px) {
  #cms.cms-id-7 .instaSwiper .swiper-wrapper .swiper-slide {
    height: 200px;
  }
}
@media (max-width: 767px) {
  #cms.cms-id-7 .instaSwiper {
    height: 202px;
    margin-bottom: 20px;
    margin-top: 48px;
  }
}

#cms.cms-id-8 .about-us-content .about-us-hero {
  width: 100%;
  height: 540px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 767px) {
  #cms.cms-id-8 .about-us-content .about-us-hero {
    height: 270px;
  }
}
#cms.cms-id-8 #content-wrapper {
  margin-top: 0px !important;
}
#cms.cms-id-8 .cms-content {
  position: relative;
  bottom: 156px;
}
#cms.cms-id-8 .cms-content h1 {
  font-size: 65px;
  color: white !important;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #cms.cms-id-8 .cms-content h1 {
    font-size: 45px;
  }
}
#cms.cms-id-8 .cms-content p {
  font-size: 18px;
  color: white !important;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #cms.cms-id-8 .cms-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  #cms.cms-id-8 .cms-content {
    bottom: 80px;
  }
}
#cms.cms-id-8 .our-mission {
  position: relative;
  display: flex;
  justify-content: center;
}
#cms.cms-id-8 .our-mission .our-mission-video video {
  width: 100%;
}
#cms.cms-id-8 .our-mission .our-mission-text {
  position: absolute;
  justify-content: center;
  bottom: 75px;
  display: flex;
  flex-direction: column;
  max-width: 850px;
  margin: 0 auto;
}
#cms.cms-id-8 .our-mission .our-mission-text h3 {
  font-size: 24px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
#cms.cms-id-8 .our-mission .our-mission-text p {
  text-align: center;
  font-size: 24px;
  color: white;
  font-weight: 300;
}
@media (max-width: 767px) {
  #cms.cms-id-8 .our-mission .our-mission-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  #cms.cms-id-8 .our-mission .our-mission-text {
    position: inherit;
  }
}
@media (max-width: 767px) {
  #cms.cms-id-8 .our-mission {
    position: inherit;
    flex-direction: column;
  }
}

#cms.cms-id-8 #lnk-o-nas a {
  text-decoration: underline;
}