@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

* {
  font-family: "Jost", sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

img, svg {
  vertical-align: middle;
}

svg {
  fill: currentColor;
}

a {
  color: rgba(var(--primary), 1);
}

img, video {
  max-width: 100%;
  max-height: 100%;
}

video {
  background-color: rgb(0, 0, 0);
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: 600;
}

input:focus, select:focus, textarea:focus {
  border-color: rgba(var(--primary), 1);
  outline: none;
}

button {
  cursor: pointer;
}

hr {
  border: none;
  border-top: 1px solid rgba(var(--gray-600), 1);
  margin: 20px 0;
}

label {
  cursor: pointer;
}

:root {
  --gray-100: 249, 250, 252;
  --gray-200: 245, 248, 250;
  --gray-300: 242, 245, 248;
  --gray-400: 239, 243, 248;
  --gray-500: 234, 239, 245;
  --gray-600: 226, 232, 240;
  --gray-700: 211, 220, 234;
  --gray-800: 204, 214, 230;
  --gray-900: 184, 197, 217;
  --gray-1000: 168, 182, 206;
  --gray-1100: 148, 163, 188;
  --gray-1200: 128, 146, 177;
  --gray-1300: 99, 115, 144;
  --gray-1400: 66, 82, 110;
  --gray-1500: 23, 43, 77;
  --primary: 218, 98, 125;
  --primary-dark: 165,56,96;
  --warning: 242, 155, 0;
  --danger: 212, 62, 59;
  --success: 34,167,126;
  --blue: 58, 132, 253;
}

body, html {
  /*.wrapper{
  	&:before{
  		content: '';
  		display: block;
  		background-color: rgba(var(--gray-1500),0.4);
  		position: absolute;
  		z-index: 1;
  		inset: 0;
  		transition: all 0.2s;
  		pointer-events: none;
  		opacity: 0;
  	}
  	&:has(.navigation > ul > li:hover){
  		position: relative;
  		&:before{
  			opacity: 1;
  		}
  		> *:not(.top-header):not(.primary-header){
  			filter: blur(8px);
  			transition: all 0.2s;
  		}
  	}
  }*/
}
body:has(.navigation.open), html:has(.navigation.open) {
  overflow: hidden;
}
body:has(.modal-window-backdrop.show), html:has(.modal-window-backdrop.show) {
  overflow: hidden;
}
body:has(.search-modal.open), html:has(.search-modal.open) {
  overflow: hidden;
}

svg {
  height: 20px;
  width: 20px;
}

.container {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1320px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 769px) and (hover: none), screen and (max-width: 769px) and (hover: on-demand), screen and (max-width: 769px) and (-moz-touch-enabled: 1), screen and (max-width: 769px) and (pointer: coarse) {
  .container:has(.products-list) {
    overflow: hidden;
  }
}
@media screen and (max-width: 450px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.user-thumb {
  display: inline-block;
  height: 44px;
  width: 44px;
  background-color: rgba(var(--gray-300), 1);
  border-radius: 4px;
  background-image: url("https://thumbs.dreamstime.com/b/default-avatar-profile-image-vector-social-media-user-icon-potrait-182347582.jpg");
  background-size: cover;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .d-none-desktop {
    display: none;
  }
}

.text-danger {
  color: rgba(var(--danger), 1);
}

.text-right {
  text-align: right;
}

.alert {
  display: flex;
  border-radius: 4px;
  padding: 14px;
  margin: 20px 0;
  font-weight: 500;
}
.alert svg {
  margin-right: 8px;
  min-height: 24px;
  min-width: 24px;
}
.alert.alert-warning {
  background-color: rgba(var(--warning), 0.1);
  border: 2px solid rgba(var(--warning), 1);
  color: rgba(var(--warning), 1);
}
.alert.alert-success {
  background-color: rgba(var(--success), 0.1);
  border: 2px solid rgba(var(--success), 1);
  color: rgba(var(--success), 1);
}
.alert.alert-danger {
  background-color: rgba(var(--danger), 0.1);
  border: 2px solid rgba(var(--danger), 1);
  color: rgba(var(--danger), 1);
}

.blog h1 {
  font-size: 38px;
  font-weight: 500;
}
.blog p {
  margin: 26px 0;
}
.blog .product-list {
  margin: 0;
  padding: 0;
}
.blog .product-list li {
  padding-left: 0;
  padding-right: 0;
}
.blog .col-span-8 .blog-post-meta {
  background-color: rgba(var(--gray-1500), 1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 28px;
  padding: 0 14px;
  position: relative;
  top: 50px;
  z-index: 1;
  margin-left: -10px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.blog .col-span-8 .blog-post-meta svg {
  height: 14px;
  width: 14px;
  margin-right: 4px;
}
.blog .col-span-8 .blog-post-meta:before, .blog .col-span-8 .blog-post-meta:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  position: absolute;
  display: inline-block;
}
.blog .col-span-8 .blog-post-meta:before {
  border-top-color: #000;
  border-right-color: #000;
  top: 100%;
  left: 0;
}
.blog .col-span-8 .blog-post-meta:after {
  top: 0;
  left: calc(100% - 14px);
  border: 14px solid transparent;
  border-top-color: rgba(var(--gray-1500), 1);
  border-left-color: rgba(var(--gray-1500), 1);
  border-bottom-color: rgba(var(--gray-1500), 1);
}
.blog .col-span-8 .blog-post-meta a {
  color: #fff;
  text-decoration: none;
  margin-right: 12px;
}

.tags {
  margin: 0;
  padding: 0 0 0 16px;
  display: flex;
  flex-wrap: wrap;
}
.tags li {
  margin: 0 24px 12px 0;
  list-style: none;
}
.tags li a {
  display: block;
  line-height: 30px;
  padding: 0 8px 0 8px;
  background-color: rgba(var(--gray-600), 1);
  color: rgba(var(--gray-1500), 1);
  position: relative;
  border-radius: 0 4px 4px 0;
  text-decoration: none;
  font-weight: 500;
}
.tags li a:before {
  content: "";
  display: block;
  height: calc(100% - 7px);
  /* width: 28px; */
  position: absolute;
  left: -12px;
  top: 3px;
  border-radius: 4px;
  transform: rotate(45.1deg);
  background: rgba(var(--gray-600), 1);
  z-index: -1;
  aspect-ratio: 1;
}
.tags li a:after {
  content: "";
  display: block;
  background: #fff;
  height: 8px;
  width: 8px;
  position: absolute;
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.tags li a:hover {
  background-color: rgba(var(--gray-1500), 1);
  color: #fff;
}
.tags li a:hover:before {
  background-color: rgba(var(--gray-1500), 1);
}

.justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-modal {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
}
.search-modal form {
  border: 1px solid rgba(var(--gray-600), 1);
  position: relative;
}
.search-modal form input {
  width: 100%;
  border: 0;
  height: 100px;
  padding: 0 40px;
  text-align: center;
  font-size: 32px;
  color: rgba(var(--gray-1500), 1);
}
@media screen and (max-width: 926px) {
  .search-modal form input {
    height: 80px;
  }
}
@media screen and (max-width: 769px) {
  .search-modal form input {
    height: 60px;
    font-size: 20px;
  }
}
.search-modal form .close-search {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(var(--gray-100), 1);
  border: none;
  color: rgba(var(--gray-1200), 1);
  padding: 1rem;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
}
.search-modal form .close-search svg {
  width: 24px;
  height: 24px;
  stoke: rgba(var(--gray-1000), 1);
}
.search-modal form .close-search:hover {
  background-color: rgba(var(--gray-500), 1);
  color: rgba(var(--primary), 1);
}
.search-modal .results {
  flex: 1;
  overflow: auto;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  .search-modal .results {
    padding: 6px 0;
  }
}
.search-modal .results .helping-text {
  text-align: center;
  color: rgba(var(--gray-1000), 1);
}
.search-modal .results .search-group-label {
  font-size: 12px;
  text-transform: uppercase;
}
.search-modal .results .category-list {
  display: flex;
  margin: 20px 0 40px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed rgba(var(--gray-800), 1);
  text-align: center;
  flex-wrap: wrap;
}
.search-modal .results .category-list[style*=block] {
  display: flex !important;
}
.search-modal .results .category-list:empty {
  display: none;
}
.search-modal .results .category-list li {
  list-style: none;
  width: 120px;
  position: relative;
  margin-right: 24px;
  margin-bottom: 20px;
}
.search-modal .results .category-list li img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  background-color: rgba(var(--gray-400), 1);
}
.search-modal .results .category-list li h3 {
  font-size: 14px;
  margin: 8px 0 0 0;
  font-weight: 500;
}
.search-modal .results .category-list li h3 a {
  color: rgba(var(--gray-1500), 1);
  text-decoration: none;
}
.search-modal .results .category-list li h3 a:before {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
}
.search-modal .results .category-list li h3 span {
  display: block;
  font-size: 12px;
  color: rgba(var(--gray-1100), 1);
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .search-modal .results .category-list {
    flex-direction: column;
    margin: 20px 0;
    padding: 0 0 10px 0;
  }
  .search-modal .results .category-list li {
    margin-right: 0;
    display: flex;
    text-align: left;
    width: unset;
    align-items: center;
  }
  .search-modal .results .category-list li img {
    margin-right: 12px;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    border-radius: 4px;
  }
  .search-modal .results .category-list li h3 {
    margin: 0;
  }
}
.search-modal.open {
  top: 0;
  opacity: 1;
  pointer-events: unset;
}

.my-account {
  margin: 60px 0;
}
@media screen and (max-width: 769px) {
  .my-account {
    margin: 20px 0;
  }
}
.my-account h3 {
  font-size: 14px !important;
  margin: 0;
  font-weight: 400;
  color: rgba(var(--gray-1200), 1);
}
.my-account h5 {
  font-size: 20px;
  margin: 0 0 28px 0;
  font-weight: 500;
}
@media screen and (max-width: 926px) {
  .my-account h5 {
    margin: 28px 0;
  }
}
@media screen and (max-width: 769px) {
  .my-account h5 {
    margin: 18px 0;
    font-size: 18px;
  }
}
.my-account h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
.my-account .title-bar {
  display: flex;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(var(--gray-800), 1);
  padding-bottom: 12px;
  justify-content: space-between;
  align-items: center;
}
.my-account .title-bar h1, .my-account .title-bar h3, .my-account .title-bar h5, .my-account .title-bar h6 {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.my-account .title-bar h1:before, .my-account .title-bar h3:before, .my-account .title-bar h5:before, .my-account .title-bar h6:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 48px;
  left: 0;
  border-top: 1px solid rgba(var(--gray-1500), 1);
}
.my-account .title-bar h1 svg, .my-account .title-bar h3 svg, .my-account .title-bar h5 svg, .my-account .title-bar h6 svg {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--gray-400), 1);
  border: 1px solid rgba(var(--gray-600), 1);
  padding: 8px;
  border-radius: 4px;
  margin-right: 12px;
  color: rgba(var(--gray-1500), 1);
}
.my-account .title-bar + table {
  margin-top: -35px;
}
@media screen and (max-width: 926px) {
  .my-account .title-bar {
    align-items: center;
  }
}
.my-account .user {
  padding: 16px 20px;
  background-color: rgba(var(--gray-300), 1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(var(--gray-600), 1);
}
.my-account .user > div, .my-account .user h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .my-account .user h4 {
    font-size: 16px;
  }
}
.my-account .user button {
  margin-left: auto;
  background-color: rgba(var(--primary), 1);
  border: 0;
  color: #fff;
  height: 36px;
  width: 36px;
  border-radius: 4px;
}
@media screen and (min-width: 926px) {
  .my-account .user button {
    display: none;
  }
}
@media screen and (max-width: 926px) {
  .my-account .user {
    margin-bottom: 0px;
  }
  .my-account .user + .my-account-navigation {
    display: none;
    border-radius: 0 0 8px 8px;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 1px dashed rgba(var(--gray-800), 1);
    background-color: rgba(var(--gray-300), 1);
  }
}

table {
  width: 100%;
  border-spacing: 0;
}
table th {
  text-align: left;
  font-size: 12px;
  color: rgba(var(--gray-1200), 1);
  padding: 6px 4px;
}
table tr th, table tr td {
  border-top: 1px solid rgba(var(--gray-600), 1);
}
table td {
  padding: 14px 4px;
}
table td.no-record-found {
  padding: 0;
}
table td.no-record-found > div {
  border: 1px solid rgba(var(--gray-600), 1);
  background-color: rgba(var(--gray-100), 1);
  text-align: center;
  color: rgba(var(--gray-900), 1);
  padding: 20px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  table thead {
    display: none;
  }
  table:not(:has(.no-record-found)), table:not(.normal-table) {
    display: block;
  }
  table:not(:has(.no-record-found)) tr, table:not(.normal-table) tr {
    display: block;
    border: 1px solid rgba(var(--gray-800), 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  table:not(:has(.no-record-found)) tr th, table:not(:has(.no-record-found)) tr td, table:not(.normal-table) tr th, table:not(.normal-table) tr td {
    border-top: 1px dashed rgba(var(--gray-600), 1);
  }
  table:not(:has(.no-record-found)) tr th:first-child, table:not(:has(.no-record-found)) tr td:first-child, table:not(.normal-table) tr th:first-child, table:not(.normal-table) tr td:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 769px) {
  table:not(:has(.no-record-found)) tr + tr, table:not(.normal-table) tr + tr {
    margin-top: 20px;
  }
  table:not(:has(.no-record-found)) tbody, table:not(.normal-table) tbody {
    display: block;
  }
  table:not(:has(.no-record-found)) tbody td, table:not(.normal-table) tbody td {
    display: flex;
    padding: 8px 16px;
    text-align: right;
    align-items: center;
  }
  table:not(:has(.no-record-found)) tbody td * + *, table:not(.normal-table) tbody td * + * {
    margin-left: 8px;
  }
  table:not(:has(.no-record-found)) tbody td:before, table:not(.normal-table) tbody td:before {
    content: attr(data-label);
    display: block;
    margin-right: auto;
    color: rgba(var(--gray-1200), 1);
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
  }
}

.sidebar-navigation {
  margin-bottom: 18px;
  height: 100%;
}
@media screen and (min-width: 926px) {
  .sidebar-navigation[dala-align=left] {
    border-right: 2px solid rgba(var(--gray-700), 1);
    padding-right: 40px;
  }
}
@media screen and (min-width: 926px) {
  .sidebar-navigation[dala-align=right] {
    border-left: 2px solid rgba(var(--gray-700), 1);
    padding-left: 40px;
  }
}
.sidebar-navigation h3 {
  font-size: 18px;
}
.sidebar-navigation h3 ~ h3 {
  margin-top: 38px;
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  list-style: none;
}
.sidebar-navigation ul li a {
  display: block;
  line-height: 44px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  padding: 0 20px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-navigation ul li a svg {
  display: none;
}
.sidebar-navigation ul li.active > a {
  background-color: rgba(var(--primary), 1);
  color: #fff;
}

.sidebar {
  height: 100%;
}
@media screen and (min-width: 926px) {
  .sidebar[dala-align=left] {
    border-right: 1px solid rgba(var(--gray-600), 1);
    padding-right: 40px;
  }
}
@media screen and (min-width: 926px) {
  .sidebar[dala-align=right] {
    border-left: 1px solid rgba(var(--gray-600), 1);
    padding-left: 40px;
  }
}
.sidebar h3 {
  font-size: 20px;
}
.sidebar h3 ~ h3 {
  margin-top: 38px;
}

.media-list {
  margin: 0 0 20px 0;
  padding: 0;
}
.media-list li {
  display: flex;
  position: relative;
}
.media-list li img {
  height: 80px;
  width: 80px;
  background-color: rgba(var(--gray-300), 1);
  margin-right: 20px;
}
.media-list li h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
}
.media-list li h4 a {
  text-decoration: none;
}
.media-list li h4 a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.media-list li p {
  margin: 0;
  color: rgba(var(--gray-1200), 1);
}
.media-list li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(var(--gray-600), 1);
}

.authentication {
  margin: 80px 0 120px 0;
}
@media screen and (max-width: 926px) {
  .authentication {
    margin: 20px 0 40px 0;
  }
}
.authentication .space-between {
  margin: 20px 0 30px 0;
}
.authentication h2 {
  font-weight: 500;
  margin-top: 0;
  font-size: 26px;
}
.authentication .login-information {
  text-align: center;
  position: relative;
}
.authentication .login-information:before {
  top: -20px;
  bottom: -50px;
  width: 1px;
  background-color: rgba(var(--gray-600), 1);
  position: absolute;
  left: -50px;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .authentication .login-information:before {
    left: -25px;
  }
}
@media screen and (max-width: 926px) {
  .authentication .login-information:before {
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: -30px;
    bottom: unset;
  }
}
@media screen and (max-width: 926px) {
  .authentication .login-information {
    margin-top: 80px;
  }
}
.authentication .login-information p {
  margin-bottom: 30px;
}

.form-group:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .form-group {
    margin-bottom: 14px;
  }
}
.form-group label {
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}
.form-group label:has(+ *[required]):after {
  content: "*";
  color: rgba(var(--danger), 1);
}
.form-group input:not([type=checkbox]):not([type=radio]), .form-group select, .form-group textarea {
  width: 100%;
  border: 2px solid rgba(var(--gray-700), 1);
  padding: 10px 16px;
  height: 44px;
  background-color: #fff;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  color: rgba(var(--gray-1500), 1);
}
.form-group input:not([type=checkbox]):not([type=radio]):focus, .form-group select:focus, .form-group textarea:focus {
  border-color: rgba(var(--primary), 1);
  outline: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-group input:not([type=checkbox]):not([type=radio]):focus, .form-group select:focus, .form-group textarea:focus {
    font-size: 14px;
  }
}
.form-group input:not([type=checkbox]):not([type=radio]) + input, .form-group select + input, .form-group textarea + input {
  margin-top: 12px;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' id='arrow'%3E%3Cpath fill='%237F91B1' d='m-218.7-308.6 2-2 11.7 11.8 11.7-11.8 2 2-13.7 13.7-13.7-13.7' transform='translate(237 335)'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
}
.form-group textarea {
  height: unset;
  height: 100px;
}
.form-group:has(.error:not(:empty)) input:not([type=checkbox]):not([type=radio]), .form-group:has(.error:not(:empty)) select, .form-group:has(.error:not(:empty)) textarea {
  border-color: rgba(var(--danger), 1);
  color: rgba(var(--danger), 1);
  background-color: rgba(var(--danger), 0.1);
}
.form-group:has(.error:not(:empty)) small, .form-group:has(.error:not(:empty)) label.error {
  font-size: 12px;
  color: rgba(var(--danger), 1);
  font-weight: 400;
  margin-top: 3px;
}

.fields-group {
  display: flex;
  align-items: center;
}
.fields-group input + *, .fields-group select + *, .fields-group textarea + * {
  margin-top: 0px !important;
}

.order-details {
  position: relative;
  background-color: rgba(var(--gray-600), 1);
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .order-details {
    padding: 20px;
  }
}
.order-details h2 {
  text-align: center;
}
.order-details .cart-list {
  margin: 0 0 30px 0;
  background-color: #fff;
}
.order-details .cart-list li .coupon {
  border: 2px dashed rgba(var(--primary), 1);
  padding: 0 6px;
  border-radius: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: 12px;
}
.order-details .cart-list li .coupon a {
  display: flex;
}
.order-details .cart-list li .coupon a svg {
  height: 14px;
  width: 14px;
  margin-left: 4px;
  color: rgba(var(--danger), 1);
}
.order-details .cart-list li .coupon + span {
  color: rgba(var(--danger), 1);
}
.order-details .cart-list li .coupon + span span {
  color: rgba(var(--danger), 1);
}
.order-details .cart-list li img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 769px) {
  .order-details .cart-list li img {
    width: 80px;
    height: 80px;
  }
}
.order-details .cart-list li h3, .order-details .cart-list li p, .order-details .cart-list li h2 {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.order-details .cart-list li h3, .order-details .cart-list li p > span {
  font-size: 15px;
  font-weight: 500;
}
.order-details .cart-list li > h3, .order-details .cart-list li > h2 {
  margin: 0;
}
.order-details .cart-list li > h2 {
  font-size: 20px;
}
.order-details:before, .order-details:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, rgba(var(--gray-600), 1) 0);
  background-size: 15px 15px;
  top: -10px;
  background-position: -3px -5px, 0 0;
}
.order-details:after {
  top: unset;
  bottom: -10px;
  background-position: -3px 0px, 0 0;
}
.order-details .payment-option {
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
}
.order-details .payment-option + .payment-option {
  margin-top: 20px;
}
.order-details .payment-option > input {
  display: none;
}
.order-details .payment-option > input + span {
  display: flex;
  align-items: center;
  flex: 1;
}
.order-details .payment-option > input + span img {
  height: 20px;
  margin-left: 20px;
}
.order-details .payment-option > input + span:before {
  background-color: #fff;
  min-height: 18px;
  min-width: 18px;
  border: 2px solid rgba(var(--primary), 1);
  content: "";
  display: block;
  margin-right: 8px;
}
.order-details .payment-option > input + span:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 6px;
  margin-bottom: 2px;
}
.order-details .payment-option > input[type=radio] + span:before {
  border-radius: 50%;
}
.order-details .payment-option > input:checked + span:before {
  background-color: rgba(var(--primary), 1);
}
.order-details .message {
  background-color: #fff;
  padding: 18px;
  margin: 16px 0 28px 0;
  color: rgba(var(--gray-1300), 1);
  position: relative;
}
.order-details .message:before {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  border: 6px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-45deg);
  left: 6px;
  top: -6px;
}
.order-details button {
  width: 100%;
  margin-top: 30px;
}

.privacy-policy-message {
  color: rgba(var(--gray-1200), 1);
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 20px;
}

.divider-heading {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin: 24px 0;
}
.divider-heading:before {
  margin-right: 10px;
}
.divider-heading:after {
  margin-left: 10px;
}
.divider-heading:before, .divider-heading:after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(var(--gray-800), 1);
  width: 100%;
}

.page-details {
  background-color: rgba(var(--gray-100), 1);
  border-bottom: 1px solid rgba(var(--gray-600), 1);
  margin-bottom: 30px;
  margin-top: -30px;
  text-align: center;
  padding: 20px 0;
}
.page-details ~ .page-details {
  margin-top: 0;
  border-top: 1px solid rgba(var(--gray-600), 1);
}
@media screen and (max-width: 769px) {
  .page-details {
    margin-top: -16px;
    padding: 16px 0;
  }
}
.page-details h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 500;
}
.page-details h4 {
  font-size: 22px;
  margin: 0;
  font-weight: 500;
}
.page-details p {
  max-width: 720px;
  color: rgba(var(--gray-1300), 1);
  margin: 10px auto 0px auto;
  font-size: 12px;
  font-weight: 300;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.page-details .breadcrumb {
  justify-content: center;
  margin: 12px 0 0 0;
}
@media screen and (max-width: 769px) {
  .page-details {
    margin-bottom: 10px;
  }
  .page-details h1 {
    font-size: 20px;
  }
  .page-details h4 {
    font-size: 16px;
  }
  .page-details .sub-category {
    margin-top: 10px;
  }
  .page-details .sub-category li {
    min-width: unset;
  }
  .page-details .sub-category li img {
    height: 34px;
    width: 34px;
  }
}

.breadcrumb {
  display: flex;
  margin: 0px 0 0 0;
  padding: 0;
}
.breadcrumb li {
  list-style: none;
  padding: 0px;
  position: relative;
}
.breadcrumb li + li {
  padding: 0px 0 0 24px;
}
.breadcrumb li + li:before {
  content: "/";
  display: inline-block;
  position: absolute;
  left: 9px;
  color: rgba(var(--gray-1000), 1);
}

.sub-category {
  display: flex;
  margin: 14px auto;
  padding: 0;
  justify-content: center;
  overflow: auto;
}
.sub-category li {
  list-style: none;
  margin: 0 8px;
  text-align: center;
  position: relative;
}
.sub-category li:first-child {
  margin-right: auto;
  margin-left: 0px;
  /*@media screen and (max-width: 769px) {
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	margin-left: unset;
  	background-color: #fff;
  }*/
}
.sub-category li:last-child {
  margin-left: auto;
  margin-right: 0px;
  /*@media screen and (max-width: 769px) {
  	display: none;
  }*/
}
.sub-category li img, .sub-category li span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  border: 2px solid transparent;
  margin: 0 auto;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--gray-400), 1);
  font-weight: 600;
  font-size: 16px;
  color: rgba(var(--gray-1400), 1);
}
.sub-category li svg {
  background-color: rgba(var(--gray-400), 1);
  height: 50px;
  width: 50px;
  padding: 16px;
  border-radius: 50%;
  margin: auto;
  display: block;
  fill: rgba(var(--primary), 1);
}
.sub-category li a {
  text-decoration: none;
  color: rgba(var(--gray-1400), 1);
}
.sub-category li button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgba(var(--gray-1400), 1);
}
.sub-category li:hover svg {
  fill: #fff;
  background-color: rgba(var(--primary), 1);
}
.sub-category li.active a {
  color: rgba(var(--primary), 1);
  font-weight: 500;
}
.sub-category li.active img, .sub-category li.active span {
  border-color: rgba(var(--primary), 1);
  background-color: rgba(var(--primary), 1);
  color: #fff;
}
.sub-category li label {
  color: rgba(var(--gray-1400), 1);
}
.sub-category li label select {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
@media screen and (max-width: 769px) {
  .sub-category li {
    margin: 0 6px;
    font-size: 12px;
  }
  .sub-category li button {
    font-size: 12px;
  }
  .sub-category li svg {
    height: 40px;
    width: 40px;
    padding: 14px;
  }
  .sub-category li span, .sub-category li img {
    height: 40px;
    width: 40px;
    border: 0;
    font-size: 14px;
    min-width: 40px;
    object-fit: cover;
  }
}
@media screen and (max-width: 500px) {
  .sub-category li {
    font-size: 10px;
  }
  .sub-category li:nth-child(n+7):not(:last-child) {
    display: none;
  }
  .sub-category li button {
    font-size: 10px;
  }
}

.cart-list, .product-list {
  margin: -2.4rem -3rem 0 -3rem;
  padding: 0;
}
.cart-list li, .product-list li {
  list-style: none;
  display: flex;
  border-bottom: 1px solid rgba(var(--gray-600), 1);
  padding: 2rem 1.6rem;
  position: relative;
}
.cart-list li img, .product-list li img {
  height: 80px;
  width: 80px;
  margin-right: 20px;
}
.cart-list li > div, .product-list li > div {
  flex: 1;
}
.cart-list li h3, .product-list li h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.cart-list li h3 a, .product-list li h3 a {
  color: rgba(var(--gray-1500), 1);
  text-decoration: none;
}
.cart-list li h3 a:before, .product-list li h3 a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.cart-list li h2 span, .cart-list li h3 span, .cart-list li p span, .product-list li h2 span, .product-list li h3 span, .product-list li p span {
  color: rgba(var(--primary), 1);
}
.cart-list li h2:has(.remove-item), .cart-list li h3:has(.remove-item), .cart-list li p:has(.remove-item), .product-list li h2:has(.remove-item), .product-list li h3:has(.remove-item), .product-list li p:has(.remove-item) {
  padding-right: 20px;
}
.cart-list li p, .product-list li p {
  margin: 4px 0;
  font-size: 12px;
  color: rgba(var(--gray-1300), 1);
}
.cart-list li div, .product-list li div {
  font-size: 12px;
}
.cart-list li del, .product-list li del {
  color: rgba(var(--gray-900), 1);
  font-weight: 400;
}
.cart-list li .remove-item, .product-list li .remove-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(var(--gray-1500), 0.2);
  color: rgba(var(--gray-1200), 1);
  border-radius: 50%;
  border: 0;
  position: absolute;
  top: 16px;
  right: 12px;
  padding: 0;
}
.cart-list li .remove-item svg, .product-list li .remove-item svg {
  height: 12px;
  width: 12px;
}

@media only screen and (max-width: 768px) {
  .checkout-initiate-modal.modal-window-backdrop[data-modal-align~=left] .modal-window-content, .checkout-initiate-modal.modal-window-backdrop[data-modal-align~=right] .modal-window-content {
    width: 340px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-initiate-modal.modal-window-backdrop .cart-list {
    margin: -2.4rem -1.6rem 0 -1.6rem;
  }
}
.checkout-initiate-modal.modal-window-backdrop .cart-list:empty {
  padding: 40px 20px;
  text-align: center;
}
.checkout-initiate-modal.modal-window-backdrop .cart-list:empty:before {
  height: 120px;
  width: 120px;
  content: "";
  display: block;
  margin: 20px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 30' x='0px' y='0px'%3E%3Cpath fill='%23b7c5d9' d='m20,17.25h-11.57l-.19-1.58,12.11-.95c.82-.07,1.49-.7,1.6-1.52l.14-1.1c.05-.41-.24-.79-.65-.84-.42-.05-.79.24-.84.65l-.14,1.1c-.01.12-.11.21-.23.21l-12.17.96-.87-7.42h4.8c.41,0,.75-.34.75-.75s-.34-.75-.75-.75h-4.98l-.11-.96c-.13-1.13-.96-2.07-2.06-2.35l-2.66-.67c-.4-.1-.81.14-.91.55-.1.4.14.81.55.91l2.66.67c.5.12.88.55.94,1.07l1.53,13c-.99.41-1.7,1.4-1.7,2.54,0,1.52,1.23,2.75,2.75,2.75s2.75-1.23,2.75-2.75c0-.45-.12-.87-.31-1.25h7.13c-.19.38-.31.8-.31,1.25,0,1.52,1.23,2.75,2.75,2.75s2.75-1.23,2.75-2.75-1.23-2.75-2.75-2.75Zm-10.75,2.75c0,.69-.56,1.25-1.25,1.25s-1.25-.56-1.25-1.25.56-1.25,1.25-1.25,1.25.56,1.25,1.25Zm10.75,1.25c-.69,0-1.25-.56-1.25-1.25s.56-1.25,1.25-1.25,1.25.56,1.25,1.25-.56,1.25-1.25,1.25Zm-4.03-13.28l1.97-1.97-1.97-1.97c-.29-.29-.29-.77,0-1.06s.77-.29,1.06,0l1.97,1.97,1.97-1.97c.29-.29.77-.29,1.06,0s.29.77,0,1.06l-1.97,1.97,1.97,1.97c.29.29.29.77,0,1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.97-1.97-1.97,1.97c-.15.15-.34.22-.53.22s-.38-.07-.53-.22c-.29-.29-.29-.77,0-1.06Z'/%3E%3C/svg%3E");
  background-size: 100%;
}
.checkout-initiate-modal.modal-window-backdrop .cart-list:empty:after {
  content: "You dont have any products in cart";
  display: block;
  font-size: 18px;
  color: rgba(var(--gray-1000), 1);
}
.checkout-initiate-modal.modal-window-backdrop .modal-window-footer {
  flex-direction: column;
  align-items: unset !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.checkout-initiate-modal.modal-window-backdrop .modal-window-footer h3 {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.checkout-initiate-modal.modal-window-backdrop .modal-window-footer h3 span {
  color: rgba(var(--primary), 1);
}
.checkout-initiate-modal.modal-window-backdrop .modal-window-footer .btn + .btn {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .products-filters-modal.modal-window-backdrop .modal-window-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.products-filters-modal h4 {
  font-size: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
.products-filters-modal hr {
  margin: 30px -2rem;
}
@media only screen and (max-width: 768px) {
  .products-filters-modal.modal-window-backdrop .modal-window-footer {
    padding: 0;
    align-items: stretch;
  }
  .products-filters-modal hr {
    margin: 30px -1.6rem;
  }
}
.products-filters-modal .cart-list, .products-filters-modal .product-list {
  margin-left: -2rem;
  margin-right: -2rem;
}
.products-filters-modal .cart-list li, .products-filters-modal .product-list li {
  padding: 2rem 2rem;
}
@media only screen and (max-width: 768px) {
  .products-filters-modal .cart-list, .products-filters-modal .product-list {
    margin: -2.4rem -1.6rem 0 -1.6rem;
  }
  .products-filters-modal .cart-list li, .products-filters-modal .product-list li {
    padding: 2rem 1.6rem;
  }
}

.products-filters {
  margin: 0;
  padding: 0;
}
.products-filters li {
  list-style: none;
}
.products-filters li + li {
  margin-top: 12px;
}
.products-filters li label {
  display: flex;
  align-items: center;
}
.products-filters li label input {
  display: none;
}
.products-filters li label:before, .products-filters li label:after {
  display: none !important;
}
.products-filters li label .preview {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: rgba(var(--gray-100), 1);
  border: 1px solid rgba(var(--gray-600), 1);
  margin-right: 8px;
  position: relative;
}
.products-filters li label .preview img {
  object-fit: cover;
  border-radius: inherit;
  height: 100%;
  width: 100%;
}
.products-filters li label .preview:before, .products-filters li label .preview:after {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  margin: auto;
  opacity: 0;
}
.products-filters li label .preview:before {
  background-color: rgba(var(--gray-1500), 0.8);
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.products-filters li label .preview:after {
  height: 6px;
  width: 14px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  bottom: 4px;
}
.products-filters li label input:checked ~ .preview:before, .products-filters li label input:checked ~ .preview:after {
  opacity: 1;
}
.products-filters li label .name {
  color: rgba(var(--gray-1400), 1);
}
.products-filters li label .count {
  background-color: rgba(var(--gray-100), 1);
  border: 1px solid rgba(var(--gray-600), 1);
  margin-left: auto;
  font-size: 10px;
  color: rgba(var(--gray-1200), 1);
  border-radius: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-box {
  max-width: 660px;
  margin: 40px auto;
  border: 3px dashed rgba(var(--primary), 1);
  padding: 26px 40px;
  text-align: center;
  border-radius: 4px;
}
.thankyou-box .tick {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: rgba(var(--primary), 1);
  display: inline-flex;
}
.thankyou-box hr {
  border-width: 3px;
  max-width: 120px;
  margin: 20px auto;
}
.thankyou-box .btn {
  margin: 20px 4px;
}
.thankyou-box h3 {
  font-size: 22px;
  font-weight: 500;
}
.thankyou-box h3 span {
  color: rgba(var(--primary), 1);
  font-weight: 600;
}

.shopping-bag .cart-list li div h3 {
  font-size: 17px;
}
.shopping-bag .cart-list li p {
  font-size: 14px;
}
.shopping-bag .cart-list li h3, .shopping-bag .cart-list li p {
  display: flex;
  justify-content: space-between;
}
.shopping-bag .cart-list li img {
  height: 140px;
  width: 140px;
}

.track-order {
  margin-top: -30px;
  height: 600px;
  border-bottom: 1px solid rgba(var(--gray-600), 1);
  position: relative;
  background-color: rgba(var(--gray-100), 1);
}
.track-order iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
  filter: blur(2px);
}
.track-order:before {
  background-size: auto 100%;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-color: rgba(var(--gray-1500), 0.6);
  display: block;
  content: "";
}
.track-order .container {
  z-index: 1;
  background-color: #fff;
  padding: 60px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0px, -50%);
  box-shadow: 0 0 40px rgba(var(--gray-1500), 0.2);
  position: absolute;
  max-width: 720px;
  margin: auto;
  border-radius: 8px;
}
.track-order.searched {
  height: 240px;
  margin-bottom: 140px;
}
.track-order.searched iframe {
  filter: blur(0px);
}
.track-order.searched .container {
  top: 100%;
}
@media screen and (max-width: 769px) {
  .track-order .container {
    margin: auto 20px;
    padding: 20px;
  }
  .track-order.searched {
    margin-bottom: 100px;
  }
}
.track-order form {
  display: flex;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}
.track-order form input {
  height: 54px;
  flex: 1;
  padding: 0 20px;
  border: 2px solid rgba(var(--primary), 1);
  min-width: 0;
  border-radius: 4px 0 0 4px;
}
.track-order form .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.track-order p {
  max-width: 600px;
  margin: 6px auto 0px auto;
  font-size: 12px;
  color: rgba(var(--gray-1200), 1);
}
.track-order p.error {
  color: rgba(var(--danger), 1);
}

.order-timeline {
  max-width: 800px;
  margin: 50px auto;
  padding: 50px 0 0 8px;
  border-top: 1px dashed rgba(var(--gray-900), 1);
}
.order-timeline li small {
  color: rgba(var(--gray-1200), 1);
  display: block;
  font-size: 10px;
}
.order-timeline li + li {
  margin-top: 12px;
}

.order-progress {
  display: flex;
  max-width: 800px;
  margin: 50px auto;
  padding: 0;
  flex-direction: row-reverse;
}
.order-progress li {
  list-style: none;
  flex: 1;
  position: relative;
  text-align: center;
  padding-top: 68px;
}
.order-progress li h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.order-progress li p {
  margin: 0;
  font-size: 10px;
  color: rgba(var(--gray-1200), 1);
}
.order-progress li:after, .order-progress li:before {
  position: absolute;
  margin: auto;
}
.order-progress li:before {
  width: 100%;
  border: 2px solid rgba(var(--primary), 1);
  content: "";
  display: block;
  top: 28px;
}
.order-progress li:after {
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(var(--primary), 1);
  border: 3px solid rgba(var(--primary), 1);
  content: "✓";
  display: block;
  color: #fff;
  border-radius: 50%;
  font-size: 34px;
}
.order-progress li.done ~ li:after {
  content: "";
  background-color: rgba(var(--gray-500), 1);
  border-color: rgba(var(--gray-1000), 1);
}
.order-progress li.done ~ li:before {
  border-color: rgba(var(--gray-1000), 1);
}
@media screen and (min-width: 769px) {
  .order-progress li:first-child:before, .order-progress li:last-child:before {
    width: 50%;
  }
  .order-progress li:last-child:before {
    margin-left: 50%;
  }
  .order-progress li:first-child:before {
    margin-right: 50%;
  }
}
@media screen and (max-width: 769px) {
  .order-progress {
    flex-direction: column-reverse;
    margin: 10px auto 50px auto;
  }
  .order-progress li {
    padding: 20px 0 20px 68px;
    text-align: left;
  }
  .order-progress li:after {
    margin: auto 0;
    text-align: center;
    bottom: 0;
    height: 40px;
    width: 40px;
    font-size: 28px;
    left: 6px;
  }
  .order-progress li:before {
    height: 100%;
    width: 0px !important;
    left: 28px;
  }
  .order-progress li:first-child:before {
    bottom: 50%;
    height: 50%;
  }
  .order-progress + li {
    margin-top: 20px;
  }
}

.order-status-detail h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 0 0;
}
@media screen and (max-width: 769px) {
  .order-status-detail h3 {
    font-size: 22px;
  }
}
.order-status-detail h3 span {
  color: rgba(var(--primary), 1);
}
.order-status-detail h3 + p {
  text-align: center;
  margin: 4px 0 40px 0;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.ajax-overlay {
  position: relative;
  pointer-events: none;
}
.ajax-overlay:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  inset: 0;
  cursor: wait;
  z-index: 1;
}
.ajax-overlay:after {
  z-index: 2;
  content: "";
  height: 20px;
  width: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top: 2px solid #000;
  position: absolute;
  inset: 0;
  margin: auto;
  cursor: wait;
  pointer-events: none;
  border-radius: 50%;
  -webkit-animation: rotating 0.7s linear infinite;
}

body.ajax-overlay {
  overflow: hidden;
}
body.ajax-overlay:before {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
body.ajax-overlay:before, body.ajax-overlay:after {
  position: fixed;
}
body.ajax-overlay:after {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid #fff;
  z-index: 11;
}

.spinner {
  content: "";
  height: 20px;
  width: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top: 2px solid rgba(var(--gray-1500), 1);
  margin: auto;
  cursor: wait;
  pointer-events: none;
  border-radius: 50%;
  -webkit-animation: rotating 0.7s linear infinite;
}

.tab-content {
  display: none;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.d-flex {
  display: flex;
  align-items: center;
}

.flex-grow {
  flex-grow: 1;
}

.align-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-muted {
  color: rgba(var(--gray-1300), 1);
}

.top-header {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 8;
}
.top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 28px;
}
.top-header ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.top-header ul li {
  list-style: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.top-header ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 16px;
  line-height: 32px;
  display: block;
}
@media screen and (max-width: 769px) {
  .top-header ul li {
    border: none;
  }
  .top-header ul li a {
    padding: 0;
  }
  .top-header ul li:not(:last-child) {
    display: none;
  }
}

.primary-header {
  background-color: #fff;
  border-bottom: 1px solid #E8E8E8;
  position: sticky;
  top: 0;
  margin-bottom: 30px;
  z-index: 9;
}
@media screen and (max-width: 769px) {
  .primary-header {
    margin-bottom: 16px;
  }
}
.primary-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}
@media screen and (max-width: 1024px) {
  .primary-header .container {
    justify-content: unset;
  }
}
.primary-header .hamberger {
  display: none;
  order: 0;
  background: none;
  border: 0;
  padding: 10px;
  margin-left: -10px;
  color: rgba(var(--gray-1500), 1);
}
@media screen and (max-width: 1024px) {
  .primary-header .hamberger {
    display: block;
  }
}
.primary-header .logo {
  display: block;
  /* background: url(../img/logo3.png) no-repeat center center; */
  width: 150px;
  /* height: 54px; */
  background-size: 150px 54px;
  text-decoration: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-indent: -99999em;
  font-size: 0px;
}
.primary-header .logo span {
  background: #000;
  color: #fff;
  padding: 0 4px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  margin-left: 4px;
}
.primary-header .logo img {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .primary-header .logo {
    margin-left: auto;
    margin-right: auto;
    order: 2;
    justify-content: center;
  }
  .primary-header .logo img {
    width: 100px;
  }
}
.primary-header > * {
  flex: 1;
}
.primary-header .cart-list {
  margin: 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .primary-header .cart-list {
    display: none;
  }
}
.primary-header ul {
  margin: 0;
  padding: 0;
}
.primary-header ul li {
  list-style: none;
}
.primary-header ul li a {
  color: rgba(var(--gray-1500), 1);
  font-size: 16px;
  text-decoration: none;
  padding: 24px 18px;
  display: flex;
}
.primary-header ul li a:hover {
  color: rgba(var(--primary), 1);
}
.primary-header .navigation .badge {
  font-size: 10px;
  color: #fff;
  background-color: rgba(var(--primary), 1);
  font-weight: 400;
  padding: 4px 6px;
  border-radius: 8px 8px 8px 0;
  margin-left: -26px;
  margin-top: -38px;
  display: none;
}
.primary-header .navigation a {
  position: relative;
}
.primary-header .navigation > ul:not(.mobile-search-results) {
  display: flex;
  align-items: center;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > a {
  display: flex;
  padding: 24px 18px;
  text-decoration: none;
  color: #000;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > a:not(:only-child):before, .primary-header .navigation > ul:not(.mobile-search-results) > li > a:not(:only-child):after {
  content: "";
  display: block;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > a:not(:only-child):after {
  height: 10px;
  width: 10px;
  transform: rotate(-45deg) scale(0.7);
  border-left: 3px solid rgba(var(--primary), 1);
  border-bottom: 3px solid rgba(var(--primary), 1);
  margin-left: 8px;
  bottom: 1px;
  position: relative;
  transition: all 0.2s;
}
@media screen and (min-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li > a:not(:only-child):after {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg) scale(0.6);
  }
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > a:not(:only-child):before {
  height: 100%;
  width: 52px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(var(--primary), 0.1);
  border-left: 1px solid rgba(var(--gray-600), 1);
}
@media screen and (min-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li > a:not(:only-child):before {
    display: none;
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > a:not(:only-child):before .badge {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li > a .badge {
    display: block;
    height: 100%;
    top: 0;
    width: 52px;
    position: absolute;
    right: 0;
    opacity: 0;
    margin: 0;
    z-index: 9;
  }
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > a.open {
  background-color: rgba(var(--primary), 1);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > a.open:hover {
  color: #fff;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > a.open:not(:only-child):after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(135deg) scale(0.7);
}
@media (hover: hover) and (pointer: fine) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li:hover > a {
    color: rgba(var(--primary), 1);
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li:hover > a:after {
    border-left-color: rgba(var(--primary), 1);
    border-bottom-color: rgba(var(--primary), 1);
  }
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul {
  position: absolute;
  background-color: #fff;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  min-width: 300px;
  /*Menu Style NA - NOT in USE*/
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul > li {
  list-style: none;
  padding: 0 16px;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul > li > a {
  line-height: 42px;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul > li > a:hover {
  background-color: rgba(var(--gray-200), 1);
}
@media screen and (min-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
  }
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.menu-style-1 {
  border: 1px solid #E8E8E8;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0 0 18px rgba(var(--gray-1500), 0.1);
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul > .container {
  /*display: flex;
  justify-content: space-between;
  align-items: stretch;

  .feature-image{
  	flex: 1;
  	> img{
  		width: 100%;
  		aspect-ratio: 1 / 1;
  		min-width: 300px;
  	}
  }*/
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul > .container > ul {
  display: block;
  /*
  flex: 1;
  padding: 30px 30px 30px 0;
  > li{
  	h3{
  		font-weight: 500;
  		font-size: 14px;
  		margin: 0 0 10px 0;
  		text-transform: uppercase;
  	}
  	> a{
  		padding: 4px 0;
  		font-size: 14px;
  		font-weight: 400;
  	}
  }
  + ul{
  	border-left: 1px solid #E8E8E8;
  	padding: 24px;
  }*/
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection {
  /*overflow: hidden;
  &:after{
  	position: absolute;
      bottom: -24px;
      width: 100%;
      display: block;
      content: "";
      left: 0;
      right: 0;
      box-shadow: 0 -20px 20px white;
      height: 14px;
  }*/
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container {
  position: relative;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul {
  flex: unset;
  min-width: 260px;
  padding: 0;
  margin: 14px 0;
}
@media screen and (min-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul {
    min-height: 380px;
  }
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li > a {
  line-height: 44px;
  padding: 0 20px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li > a:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-top: 2px solid rgba(var(--gray-1200), 1);
  border-right: 2px solid rgba(var(--gray-1200), 1);
  transform: rotate(45deg);
  margin-left: 8px;
  bottom: 1px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li > a:after {
    border-top: 1px solid rgba(var(--gray-1400), 1);
    border-right: 1px solid rgba(var(--gray-1400), 1);
    margin-right: 4px;
  }
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li > a.open:after {
  transform: rotate(135deg);
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li ul {
  position: absolute;
  left: 280px;
  display: grid;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(43px, 43px));
  padding: 32px 60px;
  display: none;
  box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.06);
  overflow: auto;
  background-color: #fff;
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li ul li a {
  display: block;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li.active > a, .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li:first-child > a {
    background-color: rgba(var(--gray-400), 1);
    color: rgba(var(--primary), 1);
    font-weight: 500;
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li.active > a:after, .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li:first-child > a:after {
    border-top-color: rgba(var(--primary), 1);
    border-right-color: rgba(var(--primary), 1);
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li.active ul, .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li:first-child ul {
    display: grid;
  }
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul > li + li {
  border-top: 1px solid rgba(var(--gray-600), 1);
}
@media screen and (min-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul:hover > li.active > a, .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul:hover > li:first-child > a {
    background-color: #fff;
    color: rgba(var(--gray-1500), 1);
    font-weight: 400;
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul:hover > li.active > a:after, .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul:hover > li:first-child > a:after {
    border-top-color: rgba(var(--gray-1200), 1);
    border-right-color: rgba(var(--gray-1200), 1);
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul:hover > li:hover > a {
    background-color: rgba(var(--gray-400), 1);
    color: rgba(var(--primary), 1);
    font-weight: 500;
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul:hover > li:hover ul {
    display: grid !important;
  }
}
.primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-cover-model-selection > .container > ul:hover > li > ul {
  display: none;
}
@media screen and (min-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-skin-menu {
    border: 1px solid #e8e8e8;
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-skin-menu .container {
    display: flex;
    padding: 34px 0;
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-skin-menu .container:before {
    display: block;
    height: 300px;
    width: 300px;
    content: "";
    background: rgba(var(--gray-100), 1) url(https://sirphire.s3.ap-south-1.amazonaws.com/wp-content/uploads/sites/2/2022/10/productslider_whitecarbon_1b869b8a-1d13-40ca-a632-896ce185ddcc.jpeg);
    object-fit: cover;
    background-size: cover;
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-skin-menu .container ul {
    margin: 0px 0px 0px 94px;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(43px, 43px));
  }
  .primary-header .navigation > ul:not(.mobile-search-results) > li > ul.mobile-skin-menu .container ul li a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .primary-header .navigation > ul:not(.mobile-search-results) > li:hover > ul.dropdown {
    display: block;
  }
}
.primary-header .navigation .aside-mobile-search, .primary-header .navigation .mobile-search-results {
  display: none;
}
@media screen and (max-width: 1024px) {
  .primary-header .navigation {
    position: fixed;
    left: -100vw;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    z-index: 1;
    transition: all 0.2s;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 10px 0vw rgba(var(--gray-1500), 0.5);
    display: flex;
    flex-direction: column;
    /*First Level*/
  }
  .primary-header .navigation:after {
    content: "";
    display: block;
    height: 100vh;
    width: 100vw;
    background-color: rgba(var(--gray-1500), 0.6);
    left: 0;
    top: 0;
    z-index: 0;
    position: fixed;
  }
  .primary-header .navigation.open {
    left: 0;
    opacity: 1;
    pointer-events: unset;
  }
  .primary-header .navigation .mobile-search-results:not(:empty) {
    display: block;
  }
  .primary-header .navigation .aside-mobile-search {
    position: relative;
    display: block;
    z-index: 2;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(var(--gray-600), 1);
    position: sticky;
    top: 0;
  }
  .primary-header .navigation .aside-mobile-search button {
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    background-color: transparent;
    border: none;
    color: rgba(var(--gray-1200), 1);
  }
  .primary-header .navigation .aside-mobile-search input {
    background-color: #fff;
    border: none;
    height: 60px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    color: rgba(var(--gray-1500), 1);
    border-radius: 0;
  }
  .primary-header .navigation .aside-mobile-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(var(--gray-1000), 1);
    opacity: 1; /* Firefox */
  }
  .primary-header .navigation .aside-mobile-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(var(--gray-1000), 1);
  }
  .primary-header .navigation .aside-mobile-search input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(var(--gray-1000), 1);
  }
  .primary-header .navigation .aside-mobile-search input::-webkit-search-cancel-button {
    opacity: 0;
  }
  .primary-header .navigation .aside-mobile-search input:valid ~ .search-btn {
    display: none;
  }
  .primary-header .navigation .aside-mobile-search input:invalid ~ .clear-search-btn {
    display: none;
  }
  .primary-header .navigation .mobile-search-results {
    margin: 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0;
  }
  .primary-header .navigation .mobile-search-results li {
    list-style: none;
    display: flex;
    border-bottom: 1px solid rgba(var(--gray-600), 1);
    padding: 2rem 1.6rem;
    position: relative;
  }
  .primary-header .navigation .mobile-search-results li img {
    height: 80px;
    min-width: 80px;
    margin-right: 20px;
    background-color: rgba(var(--gray-100), 1);
  }
  .primary-header .navigation .mobile-search-results li .product-price {
    margin: 0;
    color: rgba(var(--primary), 1);
    font-weight: 500;
  }
  .primary-header .navigation .mobile-search-results li .product-price > span {
    margin-right: 8px;
  }
  .primary-header .navigation .mobile-search-results li .product-price .discount-original-price {
    color: rgba(var(--gray-1200), 1);
    font-weight: 300;
  }
  .primary-header .navigation .mobile-search-results li .product-price a {
    padding: 0;
    display: none;
  }
  .primary-header .navigation .mobile-search-results li h3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin: 0 0 8px 0;
  }
  .primary-header .navigation .mobile-search-results li h3 a {
    padding: 0;
    display: block;
    margin-bottom: 8px;
    position: unset;
    font-size: 14px;
  }
  .primary-header .navigation .mobile-search-results li h3 a:before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    inset: 0;
  }
  .primary-header .navigation .mobile-search-results li h3.product-title a {
    margin: 0;
  }
  .primary-header .navigation .mobile-search-results li h3 span {
    font-size: 14px;
    color: rgba(var(--primary), 1);
  }
  .primary-header .navigation > ul > li:last-child {
    border-bottom: 1px solid rgba(var(--gray-600), 1);
  }
  .primary-header .navigation ul:not(.mobile-search-results) {
    display: block;
    background-color: #fff;
    box-shadow: none !important;
    position: relative;
    z-index: 1;
    overflow: auto;
    flex: 1;
  }
  .primary-header .navigation ul:not(.mobile-search-results) li {
    position: relative;
    z-index: 1;
    background-color: #fff;
    /*&:hover{
    	ul{
    		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    					grid-template-rows: unset !important;
    	}
    }*/
  }
  .primary-header .navigation ul:not(.mobile-search-results) li + li {
    border-top: 1px solid rgba(var(--gray-600), 1);
  }
  .primary-header .navigation ul:not(.mobile-search-results) li a {
    display: flex;
    justify-content: space-between;
    padding: 0 20px !important;
    line-height: 48px;
  }
  .primary-header .navigation ul:not(.mobile-search-results) li a + ul {
    border-top: 1px solid rgba(var(--gray-600), 1);
  }
  .primary-header .navigation ul:not(.mobile-search-results) li ul {
    position: static !important;
    display: none;
    padding: 0 !important;
    margin: 0 !important;
  }
  .primary-header .navigation ul:not(.mobile-search-results) li ul .container {
    display: contents;
  }
  .primary-header .navigation > ul > li {
    /*Second Level*/
  }
  .primary-header .navigation > ul > li > a {
    font-weight: 500;
  }
  .primary-header .navigation > ul > li > ul li > a {
    font-size: 14px;
    line-height: 42px;
    padding-left: 30px !important;
  }
  .primary-header .navigation > ul > li > ul li > ul > li > a {
    padding-left: 48px !important;
    color: rgba(var(--gray-1400), 1);
  }
}
.primary-header .controls {
  justify-content: end;
  display: flex;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .primary-header .controls {
    display: contents;
  }
}
.primary-header .controls > li {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.primary-header .controls > li > a, .primary-header .controls > li > button {
  background-color: transparent;
  border: none;
  padding: 10px;
  color: #000;
  position: relative;
}
.primary-header .controls > li > a span, .primary-header .controls > li > button span {
  background-color: rgba(var(--primary), 1);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 4px;
  right: 2px;
  height: 18px;
  width: 18px;
  border-radius: 10px;
}
.primary-header .controls > li.search {
  order: 1;
}
.primary-header .controls > li.wishlist {
  display: none;
}
.primary-header .controls > li.user {
  order: 5;
  margin-right: -10px;
}
.primary-header .controls > li.user:before {
  position: fixed;
  content: "";
  display: none;
}
.primary-header .controls > li.cart {
  order: 4;
}
.primary-header .controls > li > ul, .primary-header .controls > li > .dropdown {
  position: absolute;
  box-shadow: 0 0 16px rgba(var(--gray-1500), 0.1);
  top: 100%;
  margin: 0;
  padding: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #E8E8E8;
  transition-delay: 0.8s;
  visibility: hidden;
}
.primary-header .controls > li > ul .dropdown-header, .primary-header .controls > li > .dropdown .dropdown-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(var(--gray-600), 1);
  margin-bottom: 20px;
  padding-bottom: 16px;
}
.primary-header .controls > li > ul .dropdown-header h3, .primary-header .controls > li > .dropdown .dropdown-header h3 {
  margin: 0;
  font-size: 16px;
}
.primary-header .controls > li > ul.login, .primary-header .controls > li > .dropdown.login {
  width: 380px;
  padding: 24px;
}
.primary-header .controls > li > ul.login a, .primary-header .controls > li > .dropdown.login a {
  color: rgba(var(--primary), 1);
  padding: 0 !important;
  font-size: unset !important;
}
.primary-header .controls > li > ul.login .space-between, .primary-header .controls > li > .dropdown.login .space-between {
  margin-top: 16px;
}
.primary-header .controls > li > ul.logedin, .primary-header .controls > li > .dropdown.logedin {
  width: 220px;
  padding: 14px;
}
.primary-header .controls > li > ul.logedin li + li, .primary-header .controls > li > .dropdown.logedin li + li {
  border-top: 1px dashed rgba(var(--gray-500), 1);
}
.primary-header .controls > li > ul.logedin a, .primary-header .controls > li > .dropdown.logedin a {
  white-space: nowrap;
  display: flex;
  padding: 0 8px;
  line-height: 42px;
  align-items: center;
  color: rgba(var(--gray-1400), 1);
  border-radius: 4px;
}
.primary-header .controls > li > ul.logedin a svg, .primary-header .controls > li > .dropdown.logedin a svg {
  height: 28px;
  width: 29px;
  transition: all 0.2s;
  margin-right: 12px;
  color: rgba(var(--gray-1500), 1);
  background-color: rgba(var(--gray-400), 1);
  padding: 6px;
  border-radius: 2px;
}
.primary-header .controls > li > ul.logedin a:hover, .primary-header .controls > li > .dropdown.logedin a:hover {
  background-color: rgba(var(--primary), 1);
  color: #fff;
}
.primary-header .controls > li > ul.logedin a:hover svg, .primary-header .controls > li > .dropdown.logedin a:hover svg {
  background-color: #fff;
  color: rgba(var(--primary), 1);
}
.primary-header .controls > li:hover > ul, .primary-header .controls > li:hover > .dropdown {
  transition-delay: 0s;
  visibility: visible;
}

.grid {
  display: grid;
}

.grid-col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-col-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-col-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-col-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-col-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-col-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-col-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-row-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-row-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-row-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-row-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-row-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-row-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-row-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-row-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-row-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-row-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-row-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-row-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.gap-1 {
  gap: 1rem;
}

.gap-x-1 {
  column-gap: 1rem;
}

.gap-y-1 {
  row-gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-x-2 {
  column-gap: 2rem;
}

.gap-y-2 {
  row-gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-x-3 {
  column-gap: 3rem;
}

.gap-y-3 {
  row-gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-x-4 {
  column-gap: 4rem;
}

.gap-y-4 {
  row-gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-x-5 {
  column-gap: 5rem;
}

.gap-y-5 {
  row-gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

.gap-x-6 {
  column-gap: 6rem;
}

.gap-y-6 {
  row-gap: 6rem;
}

.gap-7 {
  gap: 7rem;
}

.gap-x-7 {
  column-gap: 7rem;
}

.gap-y-7 {
  row-gap: 7rem;
}

.gap-8 {
  gap: 8rem;
}

.gap-x-8 {
  column-gap: 8rem;
}

.gap-y-8 {
  row-gap: 8rem;
}

.gap-9 {
  gap: 9rem;
}

.gap-x-9 {
  column-gap: 9rem;
}

.gap-y-9 {
  row-gap: 9rem;
}

.gap-10 {
  gap: 10rem;
}

.gap-x-10 {
  column-gap: 10rem;
}

.gap-y-10 {
  row-gap: 10rem;
}

.gap-11 {
  gap: 11rem;
}

.gap-x-11 {
  column-gap: 11rem;
}

.gap-y-11 {
  row-gap: 11rem;
}

.gap-12 {
  gap: 12rem;
}

.gap-x-12 {
  column-gap: 12rem;
}

.gap-y-12 {
  row-gap: 12rem;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-start-9 {
  grid-row-start: 9;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-8 {
  grid-row-end: 8;
}

.row-end-9 {
  grid-row-end: 9;
}

.row-end-10 {
  grid-row-end: 10;
}

.row-end-11 {
  grid-row-end: 11;
}

.row-end-12 {
  grid-row-end: 12;
}

@media only screen and (min-width: 480px) {
  .xxs\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxs\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxs\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxs\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxs\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxs\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxs\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xxs\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xxs\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xxs\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xxs\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xxs\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xxs\:grid-row-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .xxs\:grid-row-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .xxs\:grid-row-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .xxs\:grid-row-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .xxs\:grid-row-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .xxs\:grid-row-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .xxs\:grid-row-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .xxs\:grid-row-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .xxs\:grid-row-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .xxs\:grid-row-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .xxs\:grid-row-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .xxs\:grid-row-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .xxs\:gap-1 {
    gap: 1rem;
  }
  .xxs\:gap-x-1 {
    column-gap: 1rem;
  }
  .xxs\:gap-y-1 {
    row-gap: 1rem;
  }
  .xxs\:gap-2 {
    gap: 2rem;
  }
  .xxs\:gap-x-2 {
    column-gap: 2rem;
  }
  .xxs\:gap-y-2 {
    row-gap: 2rem;
  }
  .xxs\:gap-3 {
    gap: 3rem;
  }
  .xxs\:gap-x-3 {
    column-gap: 3rem;
  }
  .xxs\:gap-y-3 {
    row-gap: 3rem;
  }
  .xxs\:gap-4 {
    gap: 4rem;
  }
  .xxs\:gap-x-4 {
    column-gap: 4rem;
  }
  .xxs\:gap-y-4 {
    row-gap: 4rem;
  }
  .xxs\:gap-5 {
    gap: 5rem;
  }
  .xxs\:gap-x-5 {
    column-gap: 5rem;
  }
  .xxs\:gap-y-5 {
    row-gap: 5rem;
  }
  .xxs\:gap-6 {
    gap: 6rem;
  }
  .xxs\:gap-x-6 {
    column-gap: 6rem;
  }
  .xxs\:gap-y-6 {
    row-gap: 6rem;
  }
  .xxs\:gap-7 {
    gap: 7rem;
  }
  .xxs\:gap-x-7 {
    column-gap: 7rem;
  }
  .xxs\:gap-y-7 {
    row-gap: 7rem;
  }
  .xxs\:gap-8 {
    gap: 8rem;
  }
  .xxs\:gap-x-8 {
    column-gap: 8rem;
  }
  .xxs\:gap-y-8 {
    row-gap: 8rem;
  }
  .xxs\:gap-9 {
    gap: 9rem;
  }
  .xxs\:gap-x-9 {
    column-gap: 9rem;
  }
  .xxs\:gap-y-9 {
    row-gap: 9rem;
  }
  .xxs\:gap-10 {
    gap: 10rem;
  }
  .xxs\:gap-x-10 {
    column-gap: 10rem;
  }
  .xxs\:gap-y-10 {
    row-gap: 10rem;
  }
  .xxs\:gap-11 {
    gap: 11rem;
  }
  .xxs\:gap-x-11 {
    column-gap: 11rem;
  }
  .xxs\:gap-y-11 {
    row-gap: 11rem;
  }
  .xxs\:gap-12 {
    gap: 12rem;
  }
  .xxs\:gap-x-12 {
    column-gap: 12rem;
  }
  .xxs\:gap-y-12 {
    row-gap: 12rem;
  }
  .xxs\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xxs\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xxs\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xxs\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xxs\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xxs\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xxs\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xxs\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xxs\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xxs\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xxs\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xxs\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xxs\:col-start-1 {
    grid-column-start: 1;
  }
  .xxs\:col-start-2 {
    grid-column-start: 2;
  }
  .xxs\:col-start-3 {
    grid-column-start: 3;
  }
  .xxs\:col-start-4 {
    grid-column-start: 4;
  }
  .xxs\:col-start-5 {
    grid-column-start: 5;
  }
  .xxs\:col-start-6 {
    grid-column-start: 6;
  }
  .xxs\:col-start-7 {
    grid-column-start: 7;
  }
  .xxs\:col-start-8 {
    grid-column-start: 8;
  }
  .xxs\:col-start-9 {
    grid-column-start: 9;
  }
  .xxs\:col-start-10 {
    grid-column-start: 10;
  }
  .xxs\:col-start-11 {
    grid-column-start: 11;
  }
  .xxs\:col-start-12 {
    grid-column-start: 12;
  }
  .xxs\:col-end-1 {
    grid-column-end: 1;
  }
  .xxs\:col-end-2 {
    grid-column-end: 2;
  }
  .xxs\:col-end-3 {
    grid-column-end: 3;
  }
  .xxs\:col-end-4 {
    grid-column-end: 4;
  }
  .xxs\:col-end-5 {
    grid-column-end: 5;
  }
  .xxs\:col-end-6 {
    grid-column-end: 6;
  }
  .xxs\:col-end-7 {
    grid-column-end: 7;
  }
  .xxs\:col-end-8 {
    grid-column-end: 8;
  }
  .xxs\:col-end-9 {
    grid-column-end: 9;
  }
  .xxs\:col-end-10 {
    grid-column-end: 10;
  }
  .xxs\:col-end-11 {
    grid-column-end: 11;
  }
  .xxs\:col-end-12 {
    grid-column-end: 12;
  }
  .xxs\:row-start-1 {
    grid-row-start: 1;
  }
  .xxs\:row-start-2 {
    grid-row-start: 2;
  }
  .xxs\:row-start-3 {
    grid-row-start: 3;
  }
  .xxs\:row-start-4 {
    grid-row-start: 4;
  }
  .xxs\:row-start-5 {
    grid-row-start: 5;
  }
  .xxs\:row-start-6 {
    grid-row-start: 6;
  }
  .xxs\:row-start-7 {
    grid-row-start: 7;
  }
  .xxs\:row-start-8 {
    grid-row-start: 8;
  }
  .xxs\:row-start-9 {
    grid-row-start: 9;
  }
  .xxs\:row-start-10 {
    grid-row-start: 10;
  }
  .xxs\:row-start-11 {
    grid-row-start: 11;
  }
  .xxs\:row-start-12 {
    grid-row-start: 12;
  }
  .xxs\:row-end-1 {
    grid-row-end: 1;
  }
  .xxs\:row-end-2 {
    grid-row-end: 2;
  }
  .xxs\:row-end-3 {
    grid-row-end: 3;
  }
  .xxs\:row-end-4 {
    grid-row-end: 4;
  }
  .xxs\:row-end-5 {
    grid-row-end: 5;
  }
  .xxs\:row-end-6 {
    grid-row-end: 6;
  }
  .xxs\:row-end-7 {
    grid-row-end: 7;
  }
  .xxs\:row-end-8 {
    grid-row-end: 8;
  }
  .xxs\:row-end-9 {
    grid-row-end: 9;
  }
  .xxs\:row-end-10 {
    grid-row-end: 10;
  }
  .xxs\:row-end-11 {
    grid-row-end: 11;
  }
  .xxs\:row-end-12 {
    grid-row-end: 12;
  }
}
@media only screen and (min-width: 767px) {
  .xs\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xs\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xs\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xs\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xs\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xs\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xs\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xs\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xs\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xs\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xs\:grid-row-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .xs\:grid-row-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .xs\:grid-row-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .xs\:grid-row-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .xs\:grid-row-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .xs\:grid-row-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .xs\:grid-row-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .xs\:grid-row-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .xs\:grid-row-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .xs\:grid-row-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .xs\:grid-row-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .xs\:grid-row-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .xs\:gap-1 {
    gap: 1rem;
  }
  .xs\:gap-x-1 {
    column-gap: 1rem;
  }
  .xs\:gap-y-1 {
    row-gap: 1rem;
  }
  .xs\:gap-2 {
    gap: 2rem;
  }
  .xs\:gap-x-2 {
    column-gap: 2rem;
  }
  .xs\:gap-y-2 {
    row-gap: 2rem;
  }
  .xs\:gap-3 {
    gap: 3rem;
  }
  .xs\:gap-x-3 {
    column-gap: 3rem;
  }
  .xs\:gap-y-3 {
    row-gap: 3rem;
  }
  .xs\:gap-4 {
    gap: 4rem;
  }
  .xs\:gap-x-4 {
    column-gap: 4rem;
  }
  .xs\:gap-y-4 {
    row-gap: 4rem;
  }
  .xs\:gap-5 {
    gap: 5rem;
  }
  .xs\:gap-x-5 {
    column-gap: 5rem;
  }
  .xs\:gap-y-5 {
    row-gap: 5rem;
  }
  .xs\:gap-6 {
    gap: 6rem;
  }
  .xs\:gap-x-6 {
    column-gap: 6rem;
  }
  .xs\:gap-y-6 {
    row-gap: 6rem;
  }
  .xs\:gap-7 {
    gap: 7rem;
  }
  .xs\:gap-x-7 {
    column-gap: 7rem;
  }
  .xs\:gap-y-7 {
    row-gap: 7rem;
  }
  .xs\:gap-8 {
    gap: 8rem;
  }
  .xs\:gap-x-8 {
    column-gap: 8rem;
  }
  .xs\:gap-y-8 {
    row-gap: 8rem;
  }
  .xs\:gap-9 {
    gap: 9rem;
  }
  .xs\:gap-x-9 {
    column-gap: 9rem;
  }
  .xs\:gap-y-9 {
    row-gap: 9rem;
  }
  .xs\:gap-10 {
    gap: 10rem;
  }
  .xs\:gap-x-10 {
    column-gap: 10rem;
  }
  .xs\:gap-y-10 {
    row-gap: 10rem;
  }
  .xs\:gap-11 {
    gap: 11rem;
  }
  .xs\:gap-x-11 {
    column-gap: 11rem;
  }
  .xs\:gap-y-11 {
    row-gap: 11rem;
  }
  .xs\:gap-12 {
    gap: 12rem;
  }
  .xs\:gap-x-12 {
    column-gap: 12rem;
  }
  .xs\:gap-y-12 {
    row-gap: 12rem;
  }
  .xs\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xs\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xs\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xs\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xs\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xs\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xs\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xs\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xs\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xs\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xs\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xs\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xs\:col-start-1 {
    grid-column-start: 1;
  }
  .xs\:col-start-2 {
    grid-column-start: 2;
  }
  .xs\:col-start-3 {
    grid-column-start: 3;
  }
  .xs\:col-start-4 {
    grid-column-start: 4;
  }
  .xs\:col-start-5 {
    grid-column-start: 5;
  }
  .xs\:col-start-6 {
    grid-column-start: 6;
  }
  .xs\:col-start-7 {
    grid-column-start: 7;
  }
  .xs\:col-start-8 {
    grid-column-start: 8;
  }
  .xs\:col-start-9 {
    grid-column-start: 9;
  }
  .xs\:col-start-10 {
    grid-column-start: 10;
  }
  .xs\:col-start-11 {
    grid-column-start: 11;
  }
  .xs\:col-start-12 {
    grid-column-start: 12;
  }
  .xs\:col-end-1 {
    grid-column-end: 1;
  }
  .xs\:col-end-2 {
    grid-column-end: 2;
  }
  .xs\:col-end-3 {
    grid-column-end: 3;
  }
  .xs\:col-end-4 {
    grid-column-end: 4;
  }
  .xs\:col-end-5 {
    grid-column-end: 5;
  }
  .xs\:col-end-6 {
    grid-column-end: 6;
  }
  .xs\:col-end-7 {
    grid-column-end: 7;
  }
  .xs\:col-end-8 {
    grid-column-end: 8;
  }
  .xs\:col-end-9 {
    grid-column-end: 9;
  }
  .xs\:col-end-10 {
    grid-column-end: 10;
  }
  .xs\:col-end-11 {
    grid-column-end: 11;
  }
  .xs\:col-end-12 {
    grid-column-end: 12;
  }
  .xs\:row-start-1 {
    grid-row-start: 1;
  }
  .xs\:row-start-2 {
    grid-row-start: 2;
  }
  .xs\:row-start-3 {
    grid-row-start: 3;
  }
  .xs\:row-start-4 {
    grid-row-start: 4;
  }
  .xs\:row-start-5 {
    grid-row-start: 5;
  }
  .xs\:row-start-6 {
    grid-row-start: 6;
  }
  .xs\:row-start-7 {
    grid-row-start: 7;
  }
  .xs\:row-start-8 {
    grid-row-start: 8;
  }
  .xs\:row-start-9 {
    grid-row-start: 9;
  }
  .xs\:row-start-10 {
    grid-row-start: 10;
  }
  .xs\:row-start-11 {
    grid-row-start: 11;
  }
  .xs\:row-start-12 {
    grid-row-start: 12;
  }
  .xs\:row-end-1 {
    grid-row-end: 1;
  }
  .xs\:row-end-2 {
    grid-row-end: 2;
  }
  .xs\:row-end-3 {
    grid-row-end: 3;
  }
  .xs\:row-end-4 {
    grid-row-end: 4;
  }
  .xs\:row-end-5 {
    grid-row-end: 5;
  }
  .xs\:row-end-6 {
    grid-row-end: 6;
  }
  .xs\:row-end-7 {
    grid-row-end: 7;
  }
  .xs\:row-end-8 {
    grid-row-end: 8;
  }
  .xs\:row-end-9 {
    grid-row-end: 9;
  }
  .xs\:row-end-10 {
    grid-row-end: 10;
  }
  .xs\:row-end-11 {
    grid-row-end: 11;
  }
  .xs\:row-end-12 {
    grid-row-end: 12;
  }
}
@media only screen and (min-width: 926px) {
  .sm\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-row-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-row-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-row-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-row-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-row-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-row-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-row-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-row-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-row-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-row-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-row-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-row-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .sm\:gap-1 {
    gap: 1rem;
  }
  .sm\:gap-x-1 {
    column-gap: 1rem;
  }
  .sm\:gap-y-1 {
    row-gap: 1rem;
  }
  .sm\:gap-2 {
    gap: 2rem;
  }
  .sm\:gap-x-2 {
    column-gap: 2rem;
  }
  .sm\:gap-y-2 {
    row-gap: 2rem;
  }
  .sm\:gap-3 {
    gap: 3rem;
  }
  .sm\:gap-x-3 {
    column-gap: 3rem;
  }
  .sm\:gap-y-3 {
    row-gap: 3rem;
  }
  .sm\:gap-4 {
    gap: 4rem;
  }
  .sm\:gap-x-4 {
    column-gap: 4rem;
  }
  .sm\:gap-y-4 {
    row-gap: 4rem;
  }
  .sm\:gap-5 {
    gap: 5rem;
  }
  .sm\:gap-x-5 {
    column-gap: 5rem;
  }
  .sm\:gap-y-5 {
    row-gap: 5rem;
  }
  .sm\:gap-6 {
    gap: 6rem;
  }
  .sm\:gap-x-6 {
    column-gap: 6rem;
  }
  .sm\:gap-y-6 {
    row-gap: 6rem;
  }
  .sm\:gap-7 {
    gap: 7rem;
  }
  .sm\:gap-x-7 {
    column-gap: 7rem;
  }
  .sm\:gap-y-7 {
    row-gap: 7rem;
  }
  .sm\:gap-8 {
    gap: 8rem;
  }
  .sm\:gap-x-8 {
    column-gap: 8rem;
  }
  .sm\:gap-y-8 {
    row-gap: 8rem;
  }
  .sm\:gap-9 {
    gap: 9rem;
  }
  .sm\:gap-x-9 {
    column-gap: 9rem;
  }
  .sm\:gap-y-9 {
    row-gap: 9rem;
  }
  .sm\:gap-10 {
    gap: 10rem;
  }
  .sm\:gap-x-10 {
    column-gap: 10rem;
  }
  .sm\:gap-y-10 {
    row-gap: 10rem;
  }
  .sm\:gap-11 {
    gap: 11rem;
  }
  .sm\:gap-x-11 {
    column-gap: 11rem;
  }
  .sm\:gap-y-11 {
    row-gap: 11rem;
  }
  .sm\:gap-12 {
    gap: 12rem;
  }
  .sm\:gap-x-12 {
    column-gap: 12rem;
  }
  .sm\:gap-y-12 {
    row-gap: 12rem;
  }
  .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .sm\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .sm\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .sm\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .sm\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .sm\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .sm\:col-start-1 {
    grid-column-start: 1;
  }
  .sm\:col-start-2 {
    grid-column-start: 2;
  }
  .sm\:col-start-3 {
    grid-column-start: 3;
  }
  .sm\:col-start-4 {
    grid-column-start: 4;
  }
  .sm\:col-start-5 {
    grid-column-start: 5;
  }
  .sm\:col-start-6 {
    grid-column-start: 6;
  }
  .sm\:col-start-7 {
    grid-column-start: 7;
  }
  .sm\:col-start-8 {
    grid-column-start: 8;
  }
  .sm\:col-start-9 {
    grid-column-start: 9;
  }
  .sm\:col-start-10 {
    grid-column-start: 10;
  }
  .sm\:col-start-11 {
    grid-column-start: 11;
  }
  .sm\:col-start-12 {
    grid-column-start: 12;
  }
  .sm\:col-end-1 {
    grid-column-end: 1;
  }
  .sm\:col-end-2 {
    grid-column-end: 2;
  }
  .sm\:col-end-3 {
    grid-column-end: 3;
  }
  .sm\:col-end-4 {
    grid-column-end: 4;
  }
  .sm\:col-end-5 {
    grid-column-end: 5;
  }
  .sm\:col-end-6 {
    grid-column-end: 6;
  }
  .sm\:col-end-7 {
    grid-column-end: 7;
  }
  .sm\:col-end-8 {
    grid-column-end: 8;
  }
  .sm\:col-end-9 {
    grid-column-end: 9;
  }
  .sm\:col-end-10 {
    grid-column-end: 10;
  }
  .sm\:col-end-11 {
    grid-column-end: 11;
  }
  .sm\:col-end-12 {
    grid-column-end: 12;
  }
  .sm\:row-start-1 {
    grid-row-start: 1;
  }
  .sm\:row-start-2 {
    grid-row-start: 2;
  }
  .sm\:row-start-3 {
    grid-row-start: 3;
  }
  .sm\:row-start-4 {
    grid-row-start: 4;
  }
  .sm\:row-start-5 {
    grid-row-start: 5;
  }
  .sm\:row-start-6 {
    grid-row-start: 6;
  }
  .sm\:row-start-7 {
    grid-row-start: 7;
  }
  .sm\:row-start-8 {
    grid-row-start: 8;
  }
  .sm\:row-start-9 {
    grid-row-start: 9;
  }
  .sm\:row-start-10 {
    grid-row-start: 10;
  }
  .sm\:row-start-11 {
    grid-row-start: 11;
  }
  .sm\:row-start-12 {
    grid-row-start: 12;
  }
  .sm\:row-end-1 {
    grid-row-end: 1;
  }
  .sm\:row-end-2 {
    grid-row-end: 2;
  }
  .sm\:row-end-3 {
    grid-row-end: 3;
  }
  .sm\:row-end-4 {
    grid-row-end: 4;
  }
  .sm\:row-end-5 {
    grid-row-end: 5;
  }
  .sm\:row-end-6 {
    grid-row-end: 6;
  }
  .sm\:row-end-7 {
    grid-row-end: 7;
  }
  .sm\:row-end-8 {
    grid-row-end: 8;
  }
  .sm\:row-end-9 {
    grid-row-end: 9;
  }
  .sm\:row-end-10 {
    grid-row-end: 10;
  }
  .sm\:row-end-11 {
    grid-row-end: 11;
  }
  .sm\:row-end-12 {
    grid-row-end: 12;
  }
}
@media only screen and (min-width: 1024px) {
  .md\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-row-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-row-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-row-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-row-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-row-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-row-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-row-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-row-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-row-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-row-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-row-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-row-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .md\:gap-1 {
    gap: 1rem;
  }
  .md\:gap-x-1 {
    column-gap: 1rem;
  }
  .md\:gap-y-1 {
    row-gap: 1rem;
  }
  .md\:gap-2 {
    gap: 2rem;
  }
  .md\:gap-x-2 {
    column-gap: 2rem;
  }
  .md\:gap-y-2 {
    row-gap: 2rem;
  }
  .md\:gap-3 {
    gap: 3rem;
  }
  .md\:gap-x-3 {
    column-gap: 3rem;
  }
  .md\:gap-y-3 {
    row-gap: 3rem;
  }
  .md\:gap-4 {
    gap: 4rem;
  }
  .md\:gap-x-4 {
    column-gap: 4rem;
  }
  .md\:gap-y-4 {
    row-gap: 4rem;
  }
  .md\:gap-5 {
    gap: 5rem;
  }
  .md\:gap-x-5 {
    column-gap: 5rem;
  }
  .md\:gap-y-5 {
    row-gap: 5rem;
  }
  .md\:gap-6 {
    gap: 6rem;
  }
  .md\:gap-x-6 {
    column-gap: 6rem;
  }
  .md\:gap-y-6 {
    row-gap: 6rem;
  }
  .md\:gap-7 {
    gap: 7rem;
  }
  .md\:gap-x-7 {
    column-gap: 7rem;
  }
  .md\:gap-y-7 {
    row-gap: 7rem;
  }
  .md\:gap-8 {
    gap: 8rem;
  }
  .md\:gap-x-8 {
    column-gap: 8rem;
  }
  .md\:gap-y-8 {
    row-gap: 8rem;
  }
  .md\:gap-9 {
    gap: 9rem;
  }
  .md\:gap-x-9 {
    column-gap: 9rem;
  }
  .md\:gap-y-9 {
    row-gap: 9rem;
  }
  .md\:gap-10 {
    gap: 10rem;
  }
  .md\:gap-x-10 {
    column-gap: 10rem;
  }
  .md\:gap-y-10 {
    row-gap: 10rem;
  }
  .md\:gap-11 {
    gap: 11rem;
  }
  .md\:gap-x-11 {
    column-gap: 11rem;
  }
  .md\:gap-y-11 {
    row-gap: 11rem;
  }
  .md\:gap-12 {
    gap: 12rem;
  }
  .md\:gap-x-12 {
    column-gap: 12rem;
  }
  .md\:gap-y-12 {
    row-gap: 12rem;
  }
  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .md\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .md\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .md\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .md\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .md\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  .md\:col-start-10 {
    grid-column-start: 10;
  }
  .md\:col-start-11 {
    grid-column-start: 11;
  }
  .md\:col-start-12 {
    grid-column-start: 12;
  }
  .md\:col-end-1 {
    grid-column-end: 1;
  }
  .md\:col-end-2 {
    grid-column-end: 2;
  }
  .md\:col-end-3 {
    grid-column-end: 3;
  }
  .md\:col-end-4 {
    grid-column-end: 4;
  }
  .md\:col-end-5 {
    grid-column-end: 5;
  }
  .md\:col-end-6 {
    grid-column-end: 6;
  }
  .md\:col-end-7 {
    grid-column-end: 7;
  }
  .md\:col-end-8 {
    grid-column-end: 8;
  }
  .md\:col-end-9 {
    grid-column-end: 9;
  }
  .md\:col-end-10 {
    grid-column-end: 10;
  }
  .md\:col-end-11 {
    grid-column-end: 11;
  }
  .md\:col-end-12 {
    grid-column-end: 12;
  }
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  .md\:row-start-2 {
    grid-row-start: 2;
  }
  .md\:row-start-3 {
    grid-row-start: 3;
  }
  .md\:row-start-4 {
    grid-row-start: 4;
  }
  .md\:row-start-5 {
    grid-row-start: 5;
  }
  .md\:row-start-6 {
    grid-row-start: 6;
  }
  .md\:row-start-7 {
    grid-row-start: 7;
  }
  .md\:row-start-8 {
    grid-row-start: 8;
  }
  .md\:row-start-9 {
    grid-row-start: 9;
  }
  .md\:row-start-10 {
    grid-row-start: 10;
  }
  .md\:row-start-11 {
    grid-row-start: 11;
  }
  .md\:row-start-12 {
    grid-row-start: 12;
  }
  .md\:row-end-1 {
    grid-row-end: 1;
  }
  .md\:row-end-2 {
    grid-row-end: 2;
  }
  .md\:row-end-3 {
    grid-row-end: 3;
  }
  .md\:row-end-4 {
    grid-row-end: 4;
  }
  .md\:row-end-5 {
    grid-row-end: 5;
  }
  .md\:row-end-6 {
    grid-row-end: 6;
  }
  .md\:row-end-7 {
    grid-row-end: 7;
  }
  .md\:row-end-8 {
    grid-row-end: 8;
  }
  .md\:row-end-9 {
    grid-row-end: 9;
  }
  .md\:row-end-10 {
    grid-row-end: 10;
  }
  .md\:row-end-11 {
    grid-row-end: 11;
  }
  .md\:row-end-12 {
    grid-row-end: 12;
  }
}
@media only screen and (min-width: 1366px) {
  .lg\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-row-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-row-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-row-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-row-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-row-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-row-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-row-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-row-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-row-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-row-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-row-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-row-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .lg\:gap-1 {
    gap: 1rem;
  }
  .lg\:gap-x-1 {
    column-gap: 1rem;
  }
  .lg\:gap-y-1 {
    row-gap: 1rem;
  }
  .lg\:gap-2 {
    gap: 2rem;
  }
  .lg\:gap-x-2 {
    column-gap: 2rem;
  }
  .lg\:gap-y-2 {
    row-gap: 2rem;
  }
  .lg\:gap-3 {
    gap: 3rem;
  }
  .lg\:gap-x-3 {
    column-gap: 3rem;
  }
  .lg\:gap-y-3 {
    row-gap: 3rem;
  }
  .lg\:gap-4 {
    gap: 4rem;
  }
  .lg\:gap-x-4 {
    column-gap: 4rem;
  }
  .lg\:gap-y-4 {
    row-gap: 4rem;
  }
  .lg\:gap-5 {
    gap: 5rem;
  }
  .lg\:gap-x-5 {
    column-gap: 5rem;
  }
  .lg\:gap-y-5 {
    row-gap: 5rem;
  }
  .lg\:gap-6 {
    gap: 6rem;
  }
  .lg\:gap-x-6 {
    column-gap: 6rem;
  }
  .lg\:gap-y-6 {
    row-gap: 6rem;
  }
  .lg\:gap-7 {
    gap: 7rem;
  }
  .lg\:gap-x-7 {
    column-gap: 7rem;
  }
  .lg\:gap-y-7 {
    row-gap: 7rem;
  }
  .lg\:gap-8 {
    gap: 8rem;
  }
  .lg\:gap-x-8 {
    column-gap: 8rem;
  }
  .lg\:gap-y-8 {
    row-gap: 8rem;
  }
  .lg\:gap-9 {
    gap: 9rem;
  }
  .lg\:gap-x-9 {
    column-gap: 9rem;
  }
  .lg\:gap-y-9 {
    row-gap: 9rem;
  }
  .lg\:gap-10 {
    gap: 10rem;
  }
  .lg\:gap-x-10 {
    column-gap: 10rem;
  }
  .lg\:gap-y-10 {
    row-gap: 10rem;
  }
  .lg\:gap-11 {
    gap: 11rem;
  }
  .lg\:gap-x-11 {
    column-gap: 11rem;
  }
  .lg\:gap-y-11 {
    row-gap: 11rem;
  }
  .lg\:gap-12 {
    gap: 12rem;
  }
  .lg\:gap-x-12 {
    column-gap: 12rem;
  }
  .lg\:gap-y-12 {
    row-gap: 12rem;
  }
  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
  .lg\:col-start-10 {
    grid-column-start: 10;
  }
  .lg\:col-start-11 {
    grid-column-start: 11;
  }
  .lg\:col-start-12 {
    grid-column-start: 12;
  }
  .lg\:col-end-1 {
    grid-column-end: 1;
  }
  .lg\:col-end-2 {
    grid-column-end: 2;
  }
  .lg\:col-end-3 {
    grid-column-end: 3;
  }
  .lg\:col-end-4 {
    grid-column-end: 4;
  }
  .lg\:col-end-5 {
    grid-column-end: 5;
  }
  .lg\:col-end-6 {
    grid-column-end: 6;
  }
  .lg\:col-end-7 {
    grid-column-end: 7;
  }
  .lg\:col-end-8 {
    grid-column-end: 8;
  }
  .lg\:col-end-9 {
    grid-column-end: 9;
  }
  .lg\:col-end-10 {
    grid-column-end: 10;
  }
  .lg\:col-end-11 {
    grid-column-end: 11;
  }
  .lg\:col-end-12 {
    grid-column-end: 12;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .lg\:row-start-3 {
    grid-row-start: 3;
  }
  .lg\:row-start-4 {
    grid-row-start: 4;
  }
  .lg\:row-start-5 {
    grid-row-start: 5;
  }
  .lg\:row-start-6 {
    grid-row-start: 6;
  }
  .lg\:row-start-7 {
    grid-row-start: 7;
  }
  .lg\:row-start-8 {
    grid-row-start: 8;
  }
  .lg\:row-start-9 {
    grid-row-start: 9;
  }
  .lg\:row-start-10 {
    grid-row-start: 10;
  }
  .lg\:row-start-11 {
    grid-row-start: 11;
  }
  .lg\:row-start-12 {
    grid-row-start: 12;
  }
  .lg\:row-end-1 {
    grid-row-end: 1;
  }
  .lg\:row-end-2 {
    grid-row-end: 2;
  }
  .lg\:row-end-3 {
    grid-row-end: 3;
  }
  .lg\:row-end-4 {
    grid-row-end: 4;
  }
  .lg\:row-end-5 {
    grid-row-end: 5;
  }
  .lg\:row-end-6 {
    grid-row-end: 6;
  }
  .lg\:row-end-7 {
    grid-row-end: 7;
  }
  .lg\:row-end-8 {
    grid-row-end: 8;
  }
  .lg\:row-end-9 {
    grid-row-end: 9;
  }
  .lg\:row-end-10 {
    grid-row-end: 10;
  }
  .lg\:row-end-11 {
    grid-row-end: 11;
  }
  .lg\:row-end-12 {
    grid-row-end: 12;
  }
}
@media only screen and (min-width: 1440px) {
  .xl\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:grid-row-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-row-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-row-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-row-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-row-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-row-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-row-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-row-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .xl\:grid-row-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .xl\:grid-row-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-row-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-row-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .xl\:gap-1 {
    gap: 1rem;
  }
  .xl\:gap-x-1 {
    column-gap: 1rem;
  }
  .xl\:gap-y-1 {
    row-gap: 1rem;
  }
  .xl\:gap-2 {
    gap: 2rem;
  }
  .xl\:gap-x-2 {
    column-gap: 2rem;
  }
  .xl\:gap-y-2 {
    row-gap: 2rem;
  }
  .xl\:gap-3 {
    gap: 3rem;
  }
  .xl\:gap-x-3 {
    column-gap: 3rem;
  }
  .xl\:gap-y-3 {
    row-gap: 3rem;
  }
  .xl\:gap-4 {
    gap: 4rem;
  }
  .xl\:gap-x-4 {
    column-gap: 4rem;
  }
  .xl\:gap-y-4 {
    row-gap: 4rem;
  }
  .xl\:gap-5 {
    gap: 5rem;
  }
  .xl\:gap-x-5 {
    column-gap: 5rem;
  }
  .xl\:gap-y-5 {
    row-gap: 5rem;
  }
  .xl\:gap-6 {
    gap: 6rem;
  }
  .xl\:gap-x-6 {
    column-gap: 6rem;
  }
  .xl\:gap-y-6 {
    row-gap: 6rem;
  }
  .xl\:gap-7 {
    gap: 7rem;
  }
  .xl\:gap-x-7 {
    column-gap: 7rem;
  }
  .xl\:gap-y-7 {
    row-gap: 7rem;
  }
  .xl\:gap-8 {
    gap: 8rem;
  }
  .xl\:gap-x-8 {
    column-gap: 8rem;
  }
  .xl\:gap-y-8 {
    row-gap: 8rem;
  }
  .xl\:gap-9 {
    gap: 9rem;
  }
  .xl\:gap-x-9 {
    column-gap: 9rem;
  }
  .xl\:gap-y-9 {
    row-gap: 9rem;
  }
  .xl\:gap-10 {
    gap: 10rem;
  }
  .xl\:gap-x-10 {
    column-gap: 10rem;
  }
  .xl\:gap-y-10 {
    row-gap: 10rem;
  }
  .xl\:gap-11 {
    gap: 11rem;
  }
  .xl\:gap-x-11 {
    column-gap: 11rem;
  }
  .xl\:gap-y-11 {
    row-gap: 11rem;
  }
  .xl\:gap-12 {
    gap: 12rem;
  }
  .xl\:gap-x-12 {
    column-gap: 12rem;
  }
  .xl\:gap-y-12 {
    row-gap: 12rem;
  }
  .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xl\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xl\:col-start-1 {
    grid-column-start: 1;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .xl\:col-start-6 {
    grid-column-start: 6;
  }
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
  .xl\:col-start-8 {
    grid-column-start: 8;
  }
  .xl\:col-start-9 {
    grid-column-start: 9;
  }
  .xl\:col-start-10 {
    grid-column-start: 10;
  }
  .xl\:col-start-11 {
    grid-column-start: 11;
  }
  .xl\:col-start-12 {
    grid-column-start: 12;
  }
  .xl\:col-end-1 {
    grid-column-end: 1;
  }
  .xl\:col-end-2 {
    grid-column-end: 2;
  }
  .xl\:col-end-3 {
    grid-column-end: 3;
  }
  .xl\:col-end-4 {
    grid-column-end: 4;
  }
  .xl\:col-end-5 {
    grid-column-end: 5;
  }
  .xl\:col-end-6 {
    grid-column-end: 6;
  }
  .xl\:col-end-7 {
    grid-column-end: 7;
  }
  .xl\:col-end-8 {
    grid-column-end: 8;
  }
  .xl\:col-end-9 {
    grid-column-end: 9;
  }
  .xl\:col-end-10 {
    grid-column-end: 10;
  }
  .xl\:col-end-11 {
    grid-column-end: 11;
  }
  .xl\:col-end-12 {
    grid-column-end: 12;
  }
  .xl\:row-start-1 {
    grid-row-start: 1;
  }
  .xl\:row-start-2 {
    grid-row-start: 2;
  }
  .xl\:row-start-3 {
    grid-row-start: 3;
  }
  .xl\:row-start-4 {
    grid-row-start: 4;
  }
  .xl\:row-start-5 {
    grid-row-start: 5;
  }
  .xl\:row-start-6 {
    grid-row-start: 6;
  }
  .xl\:row-start-7 {
    grid-row-start: 7;
  }
  .xl\:row-start-8 {
    grid-row-start: 8;
  }
  .xl\:row-start-9 {
    grid-row-start: 9;
  }
  .xl\:row-start-10 {
    grid-row-start: 10;
  }
  .xl\:row-start-11 {
    grid-row-start: 11;
  }
  .xl\:row-start-12 {
    grid-row-start: 12;
  }
  .xl\:row-end-1 {
    grid-row-end: 1;
  }
  .xl\:row-end-2 {
    grid-row-end: 2;
  }
  .xl\:row-end-3 {
    grid-row-end: 3;
  }
  .xl\:row-end-4 {
    grid-row-end: 4;
  }
  .xl\:row-end-5 {
    grid-row-end: 5;
  }
  .xl\:row-end-6 {
    grid-row-end: 6;
  }
  .xl\:row-end-7 {
    grid-row-end: 7;
  }
  .xl\:row-end-8 {
    grid-row-end: 8;
  }
  .xl\:row-end-9 {
    grid-row-end: 9;
  }
  .xl\:row-end-10 {
    grid-row-end: 10;
  }
  .xl\:row-end-11 {
    grid-row-end: 11;
  }
  .xl\:row-end-12 {
    grid-row-end: 12;
  }
}
@media only screen and (min-width: 2560px) {
  .xxl\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxl\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxl\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxl\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxl\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxl\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xxl\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xxl\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xxl\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xxl\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xxl\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xxl\:grid-row-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .xxl\:grid-row-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .xxl\:grid-row-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-row-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .xxl\:grid-row-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .xxl\:grid-row-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .xxl\:grid-row-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .xxl\:grid-row-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .xxl\:grid-row-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .xxl\:grid-row-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .xxl\:grid-row-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .xxl\:grid-row-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .xxl\:gap-1 {
    gap: 1rem;
  }
  .xxl\:gap-x-1 {
    column-gap: 1rem;
  }
  .xxl\:gap-y-1 {
    row-gap: 1rem;
  }
  .xxl\:gap-2 {
    gap: 2rem;
  }
  .xxl\:gap-x-2 {
    column-gap: 2rem;
  }
  .xxl\:gap-y-2 {
    row-gap: 2rem;
  }
  .xxl\:gap-3 {
    gap: 3rem;
  }
  .xxl\:gap-x-3 {
    column-gap: 3rem;
  }
  .xxl\:gap-y-3 {
    row-gap: 3rem;
  }
  .xxl\:gap-4 {
    gap: 4rem;
  }
  .xxl\:gap-x-4 {
    column-gap: 4rem;
  }
  .xxl\:gap-y-4 {
    row-gap: 4rem;
  }
  .xxl\:gap-5 {
    gap: 5rem;
  }
  .xxl\:gap-x-5 {
    column-gap: 5rem;
  }
  .xxl\:gap-y-5 {
    row-gap: 5rem;
  }
  .xxl\:gap-6 {
    gap: 6rem;
  }
  .xxl\:gap-x-6 {
    column-gap: 6rem;
  }
  .xxl\:gap-y-6 {
    row-gap: 6rem;
  }
  .xxl\:gap-7 {
    gap: 7rem;
  }
  .xxl\:gap-x-7 {
    column-gap: 7rem;
  }
  .xxl\:gap-y-7 {
    row-gap: 7rem;
  }
  .xxl\:gap-8 {
    gap: 8rem;
  }
  .xxl\:gap-x-8 {
    column-gap: 8rem;
  }
  .xxl\:gap-y-8 {
    row-gap: 8rem;
  }
  .xxl\:gap-9 {
    gap: 9rem;
  }
  .xxl\:gap-x-9 {
    column-gap: 9rem;
  }
  .xxl\:gap-y-9 {
    row-gap: 9rem;
  }
  .xxl\:gap-10 {
    gap: 10rem;
  }
  .xxl\:gap-x-10 {
    column-gap: 10rem;
  }
  .xxl\:gap-y-10 {
    row-gap: 10rem;
  }
  .xxl\:gap-11 {
    gap: 11rem;
  }
  .xxl\:gap-x-11 {
    column-gap: 11rem;
  }
  .xxl\:gap-y-11 {
    row-gap: 11rem;
  }
  .xxl\:gap-12 {
    gap: 12rem;
  }
  .xxl\:gap-x-12 {
    column-gap: 12rem;
  }
  .xxl\:gap-y-12 {
    row-gap: 12rem;
  }
  .xxl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xxl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xxl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xxl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xxl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xxl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xxl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xxl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xxl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xxl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xxl\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xxl\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xxl\:col-start-1 {
    grid-column-start: 1;
  }
  .xxl\:col-start-2 {
    grid-column-start: 2;
  }
  .xxl\:col-start-3 {
    grid-column-start: 3;
  }
  .xxl\:col-start-4 {
    grid-column-start: 4;
  }
  .xxl\:col-start-5 {
    grid-column-start: 5;
  }
  .xxl\:col-start-6 {
    grid-column-start: 6;
  }
  .xxl\:col-start-7 {
    grid-column-start: 7;
  }
  .xxl\:col-start-8 {
    grid-column-start: 8;
  }
  .xxl\:col-start-9 {
    grid-column-start: 9;
  }
  .xxl\:col-start-10 {
    grid-column-start: 10;
  }
  .xxl\:col-start-11 {
    grid-column-start: 11;
  }
  .xxl\:col-start-12 {
    grid-column-start: 12;
  }
  .xxl\:col-end-1 {
    grid-column-end: 1;
  }
  .xxl\:col-end-2 {
    grid-column-end: 2;
  }
  .xxl\:col-end-3 {
    grid-column-end: 3;
  }
  .xxl\:col-end-4 {
    grid-column-end: 4;
  }
  .xxl\:col-end-5 {
    grid-column-end: 5;
  }
  .xxl\:col-end-6 {
    grid-column-end: 6;
  }
  .xxl\:col-end-7 {
    grid-column-end: 7;
  }
  .xxl\:col-end-8 {
    grid-column-end: 8;
  }
  .xxl\:col-end-9 {
    grid-column-end: 9;
  }
  .xxl\:col-end-10 {
    grid-column-end: 10;
  }
  .xxl\:col-end-11 {
    grid-column-end: 11;
  }
  .xxl\:col-end-12 {
    grid-column-end: 12;
  }
  .xxl\:row-start-1 {
    grid-row-start: 1;
  }
  .xxl\:row-start-2 {
    grid-row-start: 2;
  }
  .xxl\:row-start-3 {
    grid-row-start: 3;
  }
  .xxl\:row-start-4 {
    grid-row-start: 4;
  }
  .xxl\:row-start-5 {
    grid-row-start: 5;
  }
  .xxl\:row-start-6 {
    grid-row-start: 6;
  }
  .xxl\:row-start-7 {
    grid-row-start: 7;
  }
  .xxl\:row-start-8 {
    grid-row-start: 8;
  }
  .xxl\:row-start-9 {
    grid-row-start: 9;
  }
  .xxl\:row-start-10 {
    grid-row-start: 10;
  }
  .xxl\:row-start-11 {
    grid-row-start: 11;
  }
  .xxl\:row-start-12 {
    grid-row-start: 12;
  }
  .xxl\:row-end-1 {
    grid-row-end: 1;
  }
  .xxl\:row-end-2 {
    grid-row-end: 2;
  }
  .xxl\:row-end-3 {
    grid-row-end: 3;
  }
  .xxl\:row-end-4 {
    grid-row-end: 4;
  }
  .xxl\:row-end-5 {
    grid-row-end: 5;
  }
  .xxl\:row-end-6 {
    grid-row-end: 6;
  }
  .xxl\:row-end-7 {
    grid-row-end: 7;
  }
  .xxl\:row-end-8 {
    grid-row-end: 8;
  }
  .xxl\:row-end-9 {
    grid-row-end: 9;
  }
  .xxl\:row-end-10 {
    grid-row-end: 10;
  }
  .xxl\:row-end-11 {
    grid-row-end: 11;
  }
  .xxl\:row-end-12 {
    grid-row-end: 12;
  }
}
.btn {
  background-color: rgba(var(--gray-400), 1);
  line-height: 44px;
  color: rgba(var(--gray-1500), 1);
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 0 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.09);
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
}
.btn.btn-lg {
  line-height: 50px;
  border-radius: 6px;
}
.btn[disabled] {
  background-color: rgba(var(--gray-800), 1);
  cursor: not-allowed;
  color: rgba(var(--gray-1200), 1);
}
.btn svg {
  margin-right: 8px;
}
.btn.btn-sm {
  line-height: 38px;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 3px;
}
.btn.btn-sm svg {
  height: 18px;
  width: 18px;
}
.btn.btn-xs {
  line-height: 34px;
  padding: 0 14px;
  font-size: 13px;
  border-radius: 2px;
}
.btn.btn-xs svg {
  height: 18px;
  width: 18px;
}

.btn-squre {
  height: 30px;
  width: 30px;
  padding: 0 !important;
}

.btn-rounded {
  border-radius: 4px;
}

.btn-primary {
  background-color: rgba(var(--primary), 1);
  color: #fff;
}
.btn-primary:not([disabled]):hover {
  background-color: rgba(var(--primary-dark), 1);
}

.btn-danger {
  background-color: rgba(var(--danger), 1);
  color: #fff;
}

.btn-warning {
  background-color: rgba(var(--warning), 1);
  color: #fff;
}

.btn-secondary {
  background-color: rgba(var(--gray-900), 1);
  color: rgba(var(--gray-1500), 1);
}

.btn-dark {
  background-color: rgba(var(--gray-1500), 1);
  color: #fff;
}

.btn-block {
  display: flex;
  width: 100%;
}

.btn-facebook {
  background-color: #3A5997;
  color: #fff !important;
}

.btn-google {
  background-color: #4284F3;
  color: #fff !important;
}

form.was-validated .form-group input:not([type=checkbox]):not([type=radio]):invalid,
form.was-validated .form-group select:invalid,
form.was-validated .form-group textarea:invalid {
  background-color: rgba(var(--danger), 0.1);
  border-color: rgba(var(--danger), 1);
}

label:not(.payment-option):has(input[type=checkbox]) {
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
}
label:not(.payment-option):has(input[type=checkbox]) input[type=checkbox] {
  display: none;
}
label:not(.payment-option):has(input[type=checkbox]):before {
  display: block;
  height: 16px;
  width: 16px;
  border: 2px solid rgba(var(--primary), 1);
  content: "";
  border-radius: 2px;
  margin-right: 8px;
}
label:not(.payment-option):has(input[type=checkbox]):after {
  height: 4px;
  width: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 2px;
  margin: auto;
  transform: rotate(-45deg);
}
label:not(.payment-option):has(input[type=checkbox]:checked):before {
  border-color: rgba(var(--primary), 1);
  background-color: rgba(var(--primary), 1);
}

[data-tooltip] {
  position: relative;
}
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  opacity: 0;
}
[data-tooltip]:before {
  background-color: #fff;
  content: attr(data-tooltip);
  padding: 0px 12px;
  bottom: 100%;
  margin: 10px 0;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(var(--gray-1500), 0.2);
  line-height: 28px;
  left: 50%;
  translate: -50% 0%;
  white-space: nowrap;
  color: rgba(var(--gray-1400), 1);
}
[data-tooltip]:after {
  border: 5px solid #fff;
  bottom: 100%;
  margin: 5px 0;
  box-shadow: 0 0 6px rgba(var(--gray-1500), 0.2);
  transform: rotate(-45deg);
  left: 50%;
  translate: -50% 0%;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  opacity: 1;
}

[data-popover] {
  position: relative;
}
[data-popover] span {
  background-color: #fff;
  padding: 0px 12px;
  bottom: 100%;
  margin: 10px 0;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(var(--gray-1500), 0.2);
  line-height: 28px;
  left: 50%;
  translate: -50% 0%;
  color: rgba(var(--gray-1400), 1);
  position: absolute;
  pointer-events: none;
  max-width: 200px;
  opacity: 0;
  transition: opacity 0.1s;
  transition-delay: 1.4s;
}
[data-popover] span:after {
  border: 5px solid #fff;
  position: absolute;
  content: "";
  display: block;
  top: 100%;
  margin: -5px 0;
  box-shadow: 0 0 6px rgba(var(--gray-1500), 0.2);
  transform: rotate(-45deg);
  left: 50%;
  translate: -50% 0%;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
[data-popover]:hover span {
  opacity: 1;
  transition-delay: 0s;
}

/***********************************************
Modal New UI - HTML/SCSS
************************************************/
/*
eg: HTML for Modal New UI
<div class="modal-window-backdrop show"
     data-modal-theme="success"
     data-modal-type="drawer"
     data-modal-align="left"
     style="--modal-size: 500px; --sm-modal-size: 100px;
     --modal-gutter: 4rem; --sm-modal-gutter: 1.6rem;
     --modal-radius: 6px; --sm-modal-radius: 6px;
     --modal-bg: #fff/none;
     --header-height: 50px; --sm-header-height: 60px;
     --footer-height: 50px; --sm-footer-height: 60px;
     --title-font-size: 1.6rem; --sm-title-font-size: 1.6rem;">
  <div class="modal-window-content">
    <div class="modal-window-header">
      <div class="modal-header-title">Header</div>
      <button class="btn-close btn btn-square">
        <svg viewBox="0 0 286.054 286.054" class="icon xs fill-current">
          <use xlink:href="#cross"></use>
        </svg>
      </button>
    </div>
    <div class="modal-window-body">Body</div>
    <div class="modal-window-footer">Footer</div>
  </div>
</div>
*/
/* Modal Theme - success, warning and danger */
.modal-window-backdrop {
  position: fixed;
  background-color: rgba(11, 26, 60, 0.6);
  z-index: 1051;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.2s, opacity 0.2s;
  transition-delay: model-delay;
  padding: var(--modal-gutter, 4rem);
  /* Modal will open up as drawer within any component */
  /* Modal opening variations - by default Modal will open up as full screen with gutter 4rem */
  /* Modal Theme - success, warning and danger - mainly used in Confirm Dialog */
  /* Show Modal */
  /* FOR MOBILE */
}
.modal-window-backdrop[data-modal-type=drawer] {
  position: absolute;
  background-color: rgba(11, 26, 60, 0.1);
  z-index: 3;
}
.modal-window-backdrop .modal-window-content {
  box-shadow: 0 0 10px 0vw rgba(var(--gray-1500), 0.5);
}
.modal-window-backdrop .modal-window-content, .modal-window-backdrop form {
  position: relative;
  background-color: var(--modal-bg, #fff);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.2s, width 0.2s, height 0.2s;
  transition-delay: bd-delay;
  border-radius: var(--modal-radius, 6px);
}
.modal-window-backdrop .modal-window-content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-window-backdrop .modal-window-header,
.modal-window-backdrop .modal-window-footer {
  background-color: rgba(var(--gray-100), 1);
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.modal-window-backdrop .close-modal {
  background-color: transparent;
  border: none;
  color: rgba(var(--gray-1200), 1);
  padding: 1rem;
  margin-right: -0.5rem;
  border-radius: 4px;
}
.modal-window-backdrop .close-modal:hover {
  background-color: rgba(var(--gray-500), 1);
  color: rgba(var(--primary), 1);
}
.modal-window-backdrop .modal-window-header {
  border-bottom: 1px solid rgba(var(--gray-600), 1);
  justify-content: space-between;
  border-top-left-radius: var(--modal-radius, 6px);
  border-top-right-radius: var(--modal-radius, 6px);
  min-height: var(--header-height, 70px);
}
.modal-window-backdrop .modal-window-header .modal-header-title {
  font-weight: 500;
  font-size: var(--title-font-size, 1.8rem);
}
.modal-window-backdrop .modal-window-header .btn-close {
  margin-right: calc((var(--header-height, 50px) - 30px) / 2);
  transform: translateX(2rem);
}
.modal-window-backdrop .modal-window-header .btn-close:before {
  background-color: transparent;
}
.modal-window-backdrop .modal-window-body {
  flex: 1;
  overflow: auto;
  padding: 2.4rem 3rem;
  border-radius: var(--modal-radius, 6px);
}
.modal-window-backdrop .modal-window-footer {
  border-top: 1px solid rgba(var(--gray-600), 1);
  justify-content: flex-end;
  border-bottom-left-radius: var(--modal-radius, 6px);
  border-bottom-right-radius: var(--modal-radius, 6px);
  min-height: var(--footer-height, 70px);
}
.modal-window-backdrop .modal-window-footer > * {
  flex: 1;
}
.modal-window-backdrop[data-modal-align~=left] {
  padding-left: 0;
}
.modal-window-backdrop[data-modal-align~=left] .modal-window-content {
  transform: translate(-100%, 0);
}
.modal-window-backdrop[data-modal-align~=right] {
  padding-right: 0;
  align-items: flex-end;
}
.modal-window-backdrop[data-modal-align~=right] .modal-window-content {
  transform: translate(100%, 0);
}
.modal-window-backdrop[data-modal-align~=left], .modal-window-backdrop[data-modal-align~=right] {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-window-backdrop[data-modal-align~=left] .modal-window-content, .modal-window-backdrop[data-modal-align~=right] .modal-window-content {
  width: var(--modal-size, 500px);
  border-radius: 0;
}
.modal-window-backdrop[data-modal-align~=bottom] {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-end;
}
.modal-window-backdrop[data-modal-align~=bottom] .modal-window-content {
  height: var(--modal-size, 100%);
  transform: translate(0, 100%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-window-backdrop[data-modal-align~=center] {
  align-items: center;
  justify-content: center;
}
.modal-window-backdrop[data-modal-align~=center] .modal-window-content {
  width: var(--modal-size, 500px);
  height: auto;
  max-height: 100%;
  transform: translate(0px, 50px);
}
.modal-window-backdrop[data-modal-theme=success] .modal-window-content .modal-window-header,
.modal-window-backdrop[data-modal-theme=success] .modal-window-content .modal-window-footer {
  background-color: rgba(var(--success), 0.03);
}
.modal-window-backdrop[data-modal-theme=success] .modal-window-content .modal-window-header {
  border-bottom-color: rgba(var(--success), 0.1);
}
.modal-window-backdrop[data-modal-theme=success] .modal-window-content .modal-window-header .modal-header-title {
  color: rgba(var(--success), 1);
}
.modal-window-backdrop[data-modal-theme=success] .modal-window-content .modal-window-header .btn-close:hover {
  color: rgba(var(--success), 1);
  background-color: rgba(var(--success), 0.08);
}
.modal-window-backdrop[data-modal-theme=success] .modal-window-content .modal-window-footer {
  border-top-color: rgba(var(--success), 0.1);
}
.modal-window-backdrop[data-modal-theme=warning] .modal-window-content .modal-window-header,
.modal-window-backdrop[data-modal-theme=warning] .modal-window-content .modal-window-footer {
  background-color: rgba(var(--warning-darker), 0.03);
}
.modal-window-backdrop[data-modal-theme=warning] .modal-window-content .modal-window-header {
  border-bottom-color: rgba(var(--warning-darker), 0.1);
}
.modal-window-backdrop[data-modal-theme=warning] .modal-window-content .modal-window-header .modal-header-title {
  color: rgba(var(--warning-darker), 1);
}
.modal-window-backdrop[data-modal-theme=warning] .modal-window-content .modal-window-header .btn-close:hover {
  color: rgba(var(--warning-darker), 1);
  background-color: rgba(var(--warning-darker), 0.08);
}
.modal-window-backdrop[data-modal-theme=warning] .modal-window-content .modal-window-footer {
  border-top-color: rgba(var(--warning-darker), 0.1);
}
.modal-window-backdrop[data-modal-theme=danger] .modal-window-content .modal-window-header,
.modal-window-backdrop[data-modal-theme=danger] .modal-window-content .modal-window-footer {
  background-color: rgba(var(--danger-darker), 0.03);
}
.modal-window-backdrop[data-modal-theme=danger] .modal-window-content .modal-window-header {
  border-bottom-color: rgba(var(--danger-darker), 0.1);
}
.modal-window-backdrop[data-modal-theme=danger] .modal-window-content .modal-window-header .modal-header-title {
  color: rgba(var(--danger-darker), 1);
}
.modal-window-backdrop[data-modal-theme=danger] .modal-window-content .modal-window-header .btn-close:hover {
  color: rgba(var(--danger-darker), 1);
  background-color: rgba(var(--danger-darker), 0.08);
}
.modal-window-backdrop[data-modal-theme=danger] .modal-window-content .modal-window-footer {
  border-top-color: rgba(var(--danger-darker), 0.1);
}
.modal-window-backdrop.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window-backdrop.show .modal-window-content {
  transform: translate(0, 0);
}
@media print {
  .modal-window-backdrop {
    position: static;
    background-color: #fff;
    display: block;
    padding: 0;
  }
  .modal-window-backdrop .modal-window-content {
    position: static;
    display: block;
    width: 100% !important;
    height: unset !important;
    overflow: unset;
  }
}
@media only screen and (max-width: 768px) {
  .modal-window-backdrop {
    padding: var(--sm-modal-gutter, 1.6rem);
    /* To covert any modal (to be open from bottom) in mobile view */
  }
  .modal-window-backdrop .modal-window-content {
    border-radius: var(--sm-modal-radius, 6px);
  }
  .modal-window-backdrop .modal-window-header,
  .modal-window-backdrop .modal-window-footer {
    padding: 0 1.6rem;
  }
  .modal-window-backdrop .modal-window-header {
    min-height: var(--sm-header-height, 50px);
    border-top-left-radius: var(--sm-modal-radius, 6px);
    border-top-right-radius: var(--sm-modal-radius, 6px);
  }
  .modal-window-backdrop .modal-window-header .modal-header-title {
    font-size: var(--sm-title-font-size, 1.6rem);
  }
  .modal-window-backdrop .modal-window-header .btn-close {
    margin-right: calc((var(--sm-header-height, 50px) - 30px) / 2);
    transform: translateX(1.6rem);
  }
  .modal-window-backdrop .modal-window-body {
    padding: 2rem 1.6rem;
    border-radius: var(--sm-modal-radius, 6px);
  }
  .modal-window-backdrop .modal-window-footer {
    min-height: var(--sm-footer-height, 50px);
    border-bottom-left-radius: var(--sm-modal-radius, 6px);
    border-bottom-right-radius: var(--sm-modal-radius, 6px);
  }
  .modal-window-backdrop[data-modal-align~=sm-bottom] {
    padding: var(--sm-modal-gutter, 1.6rem) 0 0 0;
    align-items: unset;
    justify-content: flex-end;
  }
  .modal-window-backdrop[data-modal-align~=sm-bottom] .modal-window-content {
    width: 100%;
    height: var(--sm-modal-size, 100%);
    border-radius: var(--sm-modal-radius, 6px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .modal-window-backdrop[data-modal-align~=sm-bottom] .modal-window-footer {
    min-height: 6rem;
    /* to make modal footer common in responsive */
  }
  .modal-window-backdrop[data-modal-align~=sm-bottom] .modal-window-footer .btn {
    flex: 1;
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 1rem;
  }
  .modal-window-backdrop[data-modal-align~=sm-bottom]:not(.show) .modal-window-content {
    transform: translate(0, 100%);
  }
}

.pre-footer {
  border-top: 1px solid rgba(var(--gray-600), 1);
  background-color: rgba(var(--gray-100), 1);
  padding: 36px 0;
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.pre-footer svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.pre-footer h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 6px 0;
  text-transform: uppercase;
}
.pre-footer p {
  color: rgba(var(--gray-1400), 1);
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  .pre-footer:before, .pre-footer:after {
    content: "";
    display: block;
    background-color: rgba(var(--gray-600), 1);
    inset: 0;
    margin: auto;
    position: absolute;
  }
  .pre-footer:before {
    width: 1px;
    height: 100%;
  }
  .pre-footer:after {
    height: 1px;
    width: 100%;
  }
}

.footer {
  border-top: 1px solid rgba(var(--gray-600), 1);
  padding: 60px 0;
}
.footer .most-searched {
  display: flex;
  flex-wrap: wrap;
}
.footer .most-searched li {
  list-style: none;
  margin-right: 12px;
}
.footer .most-searched li a {
  line-height: 16px;
  font-size: 13px;
  color: rgba(var(--gray-1200), 1);
}
.footer hr {
  margin: 30px 0;
  border-top-style: dashed;
}
.footer .logo {
  display: block;
  /* background: url(../img/logo3.png) no-repeat center center; */
  margin-bottom: 28px;
  width: 150px;
  /* height: 54px; */
  background-size: 150px 54px;
  text-decoration: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  text-indent: -99999em;
  font-size: 0px;
}
.footer .logo img {
  width: 120px;
}
.footer h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.footer h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.footer ul li a {
  line-height: 32px;
  color: rgba(var(--gray-1500), 1);
  text-decoration: none;
}
.footer ul li a:hover {
  color: rgba(var(--primary), 1);
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 30px 0;
  }
  .footer .logo {
    margin: 0 auto 28px auto;
    justify-content: center;
  }
  .footer .social-network-links, .footer .most-searched {
    justify-content: center;
  }
}

.social-network-links {
  display: flex;
  margin: 20px 0 0 0;
  padding: 0;
  overflow: auto;
}
.social-network-links li {
  list-style: none;
}
.social-network-links li + li {
  margin-left: 12px;
}
.social-network-links li a {
  display: flex;
  height: 40px;
  width: 40px;
  background-color: rgba(var(--gray-300), 1);
  color: rgba(var(--gray-1500), 1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.social-network-links li a svg {
  height: 16px;
  width: 16px;
}
.social-network-links li a:hover svg {
  fill: #fff;
}
.social-network-links li.facebook:hover a {
  background-color: #0962F7;
}
.social-network-links li.youtube:hover a {
  background-color: #F70000;
}
.social-network-links li.instagram:hover a {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.social-network-links li.whatsapp:hover a {
  background-color: #07A00E;
}
.social-network-links li.pinterest:hover a {
  background-color: #B7091B;
}

.form-newsletter input[name=url] {
  display: none;
}
.form-newsletter .form-group {
  display: flex;
}
.form-newsletter .form-group input:not([type=checkbox]):not([type=radio]), .form-newsletter .form-group select, .form-newsletter .form-group textarea {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-newsletter button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-newsletter p {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(var(--gray-1100), 1);
}

.scrollup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 36px;
  width: 36px;
  background-color: rgba(var(--gray-1500), 1);
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}
.scrollup:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg);
  margin-top: 6px;
}

.copyright {
  border-top: 1px solid rgba(var(--gray-600), 1);
  background-color: rgba(var(--gray-100), 1);
  padding: 16px 0;
  font-size: 12px;
}
.copyright span svg {
  fill: rgba(var(--danger), 1);
  height: 16px;
  width: 16px;
}
.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .copyright .container {
    flex-direction: column;
  }
}
.copyright img {
  height: 20px;
}
@media screen and (max-width: 769px) {
  .copyright img {
    margin-top: 8px;
  }
}

.slick-track:before, .slick-track:after {
  display: none !important;
}

.product-editor {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.product-editor ~ .product-preview-slider, .product-editor ~ .product-preview-thumbnails {
  display: none;
}
.product-editor:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-image: var(--placeholder);
  background-size: 100%;
  pointer-events: none;
  touch-action: none;
}
.product-editor:not(:has(.editor:empty)):before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 100;
  position: absolute;
  height: var(--height);
  width: var(--width);
  transform: translate(var(--x-axis), var(--y-axis)) rotate(var(--current-angle, 0)) scale(var(--current-scale, 1));
  z-index: 3;
  pointer-events: none;
  padding: 6px;
  box-sizing: unset;
  outline: 1px dashed red;
  outline-offset: -6px;
  top: -5px;
  left: -5px;
  background-image: url(https://cdn-icons-png.flaticon.com/512/3945/3945135.png), url(https://cdn-icons-png.flaticon.com/512/3945/3945135.png), url(https://cdn-icons-png.flaticon.com/512/3945/3945143.png), url(https://cdn-icons-png.flaticon.com/512/3945/3945143.png);
  background-position: right center, left center, top center, bottom center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.product-editor:has(.editor.preview):before {
  display: none;
}
.product-editor .editor {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  /*-webkit-mask-image: var(--mask);
  mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;  
  mask-size: 100%;*/
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0.2903755252) 100%);
}
.product-editor .editor .rCS1w3zcxh {
  z-index: 1;
}
.product-editor .editor:empty:before {
  content: "Click Here To\aUpload Your Design";
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  color: rgba(var(--primary), 1);
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  text-align: center;
  white-space: pre;
  background: rgba(var(--primary), 0.1);
  height: 62px;
  margin: auto;
  border: 2px dashed rgba(var(--primary), 1);
  width: 176px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .product-editor .editor:empty:before {
    font-size: 12px;
    width: 134px;
    height: 52px;
  }
}
.product-editor .editor .resize {
  height: 200px;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.product-editor .editor #rotate-area {
  display: inline-block;
  background-color: lightblue;
  position: relative;
}
.product-editor .editor #rotate-area:before {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}
.product-editor .editor #rotate-area[style*=height] .resize {
  height: 100%;
  width: 100%;
}
.product-editor .editor.preview #rotate-area:before {
  border: none;
}

.product-editor-controls {
  margin: 0;
  padding: 0;
  display: flex;
}
.product-editor-controls li {
  list-style: none;
  margin-right: 8px;
}
.product-editor-controls li input[type=file] {
  display: none;
}
#product_slider_container .editor img {
  max-width: unset;
  max-height: unset;
}
#product_slider_container:not(.has-image):has(.product-editor) .product-editor-controls .delete-image, #product_slider_container:not(.has-image):has(.product-editor) .product-editor-controls .preview-design {
  display: none;
}
#product_slider_container:not(.has-image):has(.product-editor) + .product-details .add-to-cart {
  position: relative;
  margin-bottom: 28px;
}
#product_slider_container:not(.has-image):has(.product-editor) + .product-details .add-to-cart:before {
  content: "Please add images before you add this to cart";
  color: rgba(var(--danger), 1);
  font-weight: 500;
  display: block;
  position: absolute;
  font-size: 11px;
  text-transform: capitalize;
  top: 100%;
  left: 0;
  line-height: 24px;
}
#product_slider_container.has-image .product-editor-controls .upload-design {
  display: none;
}

.product-preview {
  position: relative;
  max-width: calc(100vw - 32px);
}
.product-preview > a {
  display: block;
}
.product-preview > a + a {
  display: none;
}
.product-preview .product-controls {
  position: absolute;
  top: 28px;
  left: 20px;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .product-preview .product-controls {
    position: static;
  }
}
.product-preview .product-controls li {
  list-style: none;
}
.product-preview .product-controls li button {
  color: rgba(var(--gray-1400), 1);
  padding: 10px;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
}
.product-preview .product-controls li button:hover {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(var(--gray-1500), 0.1);
  color: rgba(var(--primary), 1);
}
.product-preview .product-controls li button.wishlist-added {
  color: rgba(var(--danger), 1);
}
@media screen and (max-width: 768px) {
  .product-preview .product-controls li button {
    box-shadow: 0 0 6px rgba(var(--gray-1500), 0.1);
    background-color: #fff;
  }
  .product-preview .product-controls li button:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .product-preview .product-controls li {
    position: absolute;
    z-index: 2;
    top: 10px;
  }
  .product-preview .product-controls li:nth-child(2) {
    left: 10px;
  }
  .product-preview .product-controls li:nth-child(3) {
    right: 10px;
  }
  .product-preview .product-controls li:nth-child(1) {
    left: 10px;
    bottom: 120px;
    top: unset;
    display: none;
  }
}
.product-preview .product-preview-slider {
  margin: 0;
  padding: 0;
  position: relative;
  /* If Slider Not Initiated */
}
.product-preview .product-preview-slider .slick-arrow {
  position: absolute;
  height: 40px;
  width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  text-indent: -99999rem;
  background-color: transparent;
  border: none;
  font-size: 0;
}
.product-preview .product-preview-slider .slick-arrow:before {
  content: "";
  display: block;
  border-bottom: 2px solid rgba(var(--gray-1500), 1);
  border-right: 2px solid rgba(var(--gray-1500), 1);
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
}
.product-preview .product-preview-slider .slick-prev {
  left: 10px;
}
.product-preview .product-preview-slider .slick-prev:before {
  transform: rotate(135deg);
}
.product-preview .product-preview-slider .slick-next {
  right: 10px;
}
.product-preview .product-preview-slider li {
  list-style: none;
}
.product-preview .product-preview-slider li a {
  display: block;
}
.product-preview .product-preview-slider li a img {
  width: 100%;
}
.product-preview .product-preview-slider:not(.slick-slider) > li + li {
  display: none;
}
.product-preview .product-preview-thumbnails {
  margin: 4px -2px 0 -2px;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  /* If Slider Not Initiated */
}
.product-preview .product-preview-thumbnails li {
  list-style: none;
  padding: 0px 2px;
}
.product-preview .product-preview-thumbnails li img {
  width: 100%;
  cursor: pointer;
}
.product-preview .product-preview-thumbnails li.slick-current img {
  border: 2px solid rgba(var(--gray-1500), 1);
}
.product-preview .product-preview-thumbnails:not(.slick-slider) {
  display: flex;
}
.product-preview .product-image {
  width: 100%;
}

.product-details {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 30px 60px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product-details {
    padding: 0px 0px 20px 40px;
  }
}
@media screen and (max-width: 924px) {
  .product-details {
    padding: 0px 0px 10px 30px;
  }
}
@media screen and (max-width: 769px) {
  .product-details {
    padding: 10px 0px 10px 0px;
  }
}
.product-details form {
  display: flex;
  flex-direction: column;
}
.product-details form.was-validated:has(input:required) .btn-product-cart.ajax-overlay {
  pointer-events: unset;
}
.product-details form.was-validated:has(input:required) .btn-product-cart.ajax-overlay:before, .product-details form.was-validated:has(input:required) .btn-product-cart.ajax-overlay:after {
  display: none;
}
@media screen and (max-width: 769px) {
  .product-details .breadcrumb {
    display: none;
  }
}
.product-details .breadcrumb li a {
  color: rgba(var(--primary), 1);
  text-decoration: underline;
}
.product-details .product-title {
  font-weight: 400;
  font-size: 36px;
  margin: 18px 0 10px 0;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .product-details .product-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 769px) {
  .product-details .product-title {
    font-size: 26px;
    font-weight: 500;
  }
}
.product-details .product-price {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: rgba(var(--gray-1400), 1);
  display: flex;
  line-height: 24px;
  margin: 10px 0;
  align-items: end;
}
.product-details .product-price .customer-reviews {
  margin-left: 16px;
}
.product-details .product-price span.sale-price {
  color: rgba(var(--primary), 1);
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .product-details .product-price span.sale-price {
    font-size: 26px;
  }
}
.product-details .product-price del {
  font-size: 18px;
  line-height: 18px;
  color: rgba(var(--gray-1100), 1);
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .product-details .product-price del {
    font-size: 16px;
  }
}
.product-details .product-price .more-info {
  color: rgba(var(--gray-1200), 1);
  line-height: 10px;
  font-size: 10px;
}
.product-details .product-short-description {
  margin: 16px 0;
}
.product-details .product-short-description ul {
  margin: 0;
  padding: 0;
}
.product-details .product-short-description ul li {
  list-style: none;
  line-height: 22px;
  align-items: center;
  color: rgba(var(--gray-1400), 1);
  position: relative;
  padding-left: 16px;
}
.product-details .product-short-description ul li + li {
  margin-top: 10px;
}
.product-details .product-short-description ul li.highlight {
  color: #d98f04;
  font-weight: 500;
}
.product-details .product-short-description ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg) scale(0.6);
  margin-right: 8px;
  bottom: 1px;
  position: absolute;
  left: -5px;
  top: 4px;
}
.product-details .product-short-description ul li a {
  color: rgba(var(--gray-1500), 1);
  margin: 0 4px;
  text-decoration: none;
}
.product-details .product-addons, .product-details .product-variations {
  margin: 10px 0;
  padding: 0;
}
.product-details .product-addons:not(:has(*)), .product-details .product-variations:not(:has(*)) {
  display: none;
}
.product-details .product-addons > li + li, .product-details .product-variations > li + li {
  margin-top: 10px;
}
.product-details .product-addons li, .product-details .product-variations li {
  list-style: none;
  line-height: 26px;
}
.product-details .product-addons li label, .product-details .product-variations li label {
  display: flex;
  align-items: center;
}
.product-details .product-addons li input[type=text], .product-details .product-addons li select, .product-details .product-variations li input[type=text], .product-details .product-variations li select {
  border: 2px solid rgba(var(--gray-900), 1);
  height: 40px;
  width: 50%;
  margin-bottom: 6px;
  padding: 0 12px;
  border-radius: 0px;
}
.product-details .product-addons li input[type=text]::placeholder, .product-details .product-addons li select::placeholder, .product-details .product-variations li input[type=text]::placeholder, .product-details .product-variations li select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(var(--gray-1000), 1);
  opacity: 1; /* Firefox */
}
.product-details .product-addons li input[type=text]:-ms-input-placeholder, .product-details .product-addons li select:-ms-input-placeholder, .product-details .product-variations li input[type=text]:-ms-input-placeholder, .product-details .product-variations li select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(var(--gray-1000), 1);
}
.product-details .product-addons li input[type=text]::-ms-input-placeholder, .product-details .product-addons li select::-ms-input-placeholder, .product-details .product-variations li input[type=text]::-ms-input-placeholder, .product-details .product-variations li select::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(var(--gray-1000), 1);
}
.product-details .product-addons li input[type=text]:focus, .product-details .product-addons li select:focus, .product-details .product-variations li input[type=text]:focus, .product-details .product-variations li select:focus {
  border-color: rgba(var(--primary), 1);
}
.product-details .product-addons li input[type=text].error, .product-details .product-addons li select.error, .product-details .product-variations li input[type=text].error, .product-details .product-variations li select.error {
  border-color: rgba(var(--danger), 1);
  margin-bottom: 0;
  background-color: rgba(var(--danger), 0.05);
}
.product-details .product-addons li input[type=text].error + label, .product-details .product-addons li select.error + label, .product-details .product-variations li input[type=text].error + label, .product-details .product-variations li select.error + label {
  font-size: 11px;
  color: rgba(var(--danger), 1);
  font-weight: 500;
}
.product-details .product-addons li input[type=checkbox], .product-details .product-addons li input[type=radio], .product-details .product-variations li input[type=checkbox], .product-details .product-variations li input[type=radio] {
  height: 0;
  width: 0;
  position: fixed;
  left: -999999em;
  opacity: 0;
}
.product-details .product-addons li input[type=checkbox] ~ label, .product-details .product-addons li input[type=radio] ~ label, .product-details .product-variations li input[type=checkbox] ~ label, .product-details .product-variations li input[type=radio] ~ label {
  position: relative;
}
.product-details .product-addons li input[type=checkbox] ~ label.text-variation:before, .product-details .product-addons li input[type=radio] ~ label.text-variation:before, .product-details .product-variations li input[type=checkbox] ~ label.text-variation:before, .product-details .product-variations li input[type=radio] ~ label.text-variation:before {
  content: "";
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  margin-right: 8px;
  border: 2px solid rgba(var(--gray-1000), 1);
  border-radius: 4px;
}
.product-details .product-addons li input[type=checkbox] ~ label.text-variation ~ .text-variation, .product-details .product-addons li input[type=radio] ~ label.text-variation ~ .text-variation, .product-details .product-variations li input[type=checkbox] ~ label.text-variation ~ .text-variation, .product-details .product-variations li input[type=radio] ~ label.text-variation ~ .text-variation {
  margin-top: 10px;
}
.product-details .product-addons li input[type=checkbox] ~ label.color-variation, .product-details .product-addons li input[type=checkbox] ~ label.image-variation, .product-details .product-addons li input[type=radio] ~ label.color-variation, .product-details .product-addons li input[type=radio] ~ label.image-variation, .product-details .product-variations li input[type=checkbox] ~ label.color-variation, .product-details .product-variations li input[type=checkbox] ~ label.image-variation, .product-details .product-variations li input[type=radio] ~ label.color-variation, .product-details .product-variations li input[type=radio] ~ label.image-variation {
  outline: rgba(var(--gray-600), 1) solid 2px;
  display: inline-flex;
  cursor: pointer;
}
.product-details .product-addons li input[type=checkbox] ~ label.color-variation ~ .color-variation, .product-details .product-addons li input[type=checkbox] ~ label.color-variation ~ .image-variation, .product-details .product-addons li input[type=checkbox] ~ label.image-variation ~ .color-variation, .product-details .product-addons li input[type=checkbox] ~ label.image-variation ~ .image-variation, .product-details .product-addons li input[type=radio] ~ label.color-variation ~ .color-variation, .product-details .product-addons li input[type=radio] ~ label.color-variation ~ .image-variation, .product-details .product-addons li input[type=radio] ~ label.image-variation ~ .color-variation, .product-details .product-addons li input[type=radio] ~ label.image-variation ~ .image-variation, .product-details .product-variations li input[type=checkbox] ~ label.color-variation ~ .color-variation, .product-details .product-variations li input[type=checkbox] ~ label.color-variation ~ .image-variation, .product-details .product-variations li input[type=checkbox] ~ label.image-variation ~ .color-variation, .product-details .product-variations li input[type=checkbox] ~ label.image-variation ~ .image-variation, .product-details .product-variations li input[type=radio] ~ label.color-variation ~ .color-variation, .product-details .product-variations li input[type=radio] ~ label.color-variation ~ .image-variation, .product-details .product-variations li input[type=radio] ~ label.image-variation ~ .color-variation, .product-details .product-variations li input[type=radio] ~ label.image-variation ~ .image-variation {
  margin-left: 8px;
}
.product-details .product-addons li input[type=checkbox] ~ label.color-variation .variation-color-box, .product-details .product-addons li input[type=checkbox] ~ label.color-variation .img-variation-option, .product-details .product-addons li input[type=checkbox] ~ label.image-variation .variation-color-box, .product-details .product-addons li input[type=checkbox] ~ label.image-variation .img-variation-option, .product-details .product-addons li input[type=radio] ~ label.color-variation .variation-color-box, .product-details .product-addons li input[type=radio] ~ label.color-variation .img-variation-option, .product-details .product-addons li input[type=radio] ~ label.image-variation .variation-color-box, .product-details .product-addons li input[type=radio] ~ label.image-variation .img-variation-option, .product-details .product-variations li input[type=checkbox] ~ label.color-variation .variation-color-box, .product-details .product-variations li input[type=checkbox] ~ label.color-variation .img-variation-option, .product-details .product-variations li input[type=checkbox] ~ label.image-variation .variation-color-box, .product-details .product-variations li input[type=checkbox] ~ label.image-variation .img-variation-option, .product-details .product-variations li input[type=radio] ~ label.color-variation .variation-color-box, .product-details .product-variations li input[type=radio] ~ label.color-variation .img-variation-option, .product-details .product-variations li input[type=radio] ~ label.image-variation .variation-color-box, .product-details .product-variations li input[type=radio] ~ label.image-variation .img-variation-option {
  display: inline-flex;
}
.product-details .product-addons li input[type=checkbox] ~ label.color-variation *, .product-details .product-addons li input[type=checkbox] ~ label.image-variation *, .product-details .product-addons li input[type=radio] ~ label.color-variation *, .product-details .product-addons li input[type=radio] ~ label.image-variation *, .product-details .product-variations li input[type=checkbox] ~ label.color-variation *, .product-details .product-variations li input[type=checkbox] ~ label.image-variation *, .product-details .product-variations li input[type=radio] ~ label.color-variation *, .product-details .product-variations li input[type=radio] ~ label.image-variation * {
  cursor: pointer;
}
.product-details .product-addons li input[type=checkbox] ~ label.color-variation, .product-details .product-addons li input[type=radio] ~ label.color-variation, .product-details .product-variations li input[type=checkbox] ~ label.color-variation, .product-details .product-variations li input[type=radio] ~ label.color-variation {
  border-radius: 50%;
}
.product-details .product-addons li input[type=checkbox] ~ label.color-variation .variation-color-box, .product-details .product-addons li input[type=radio] ~ label.color-variation .variation-color-box, .product-details .product-variations li input[type=checkbox] ~ label.color-variation .variation-color-box, .product-details .product-variations li input[type=radio] ~ label.color-variation .variation-color-box {
  height: 40px;
  width: 40px;
  border-radius: inherit;
}
.product-details .product-addons li input[type=checkbox] ~ label.image-variation, .product-details .product-addons li input[type=radio] ~ label.image-variation, .product-details .product-variations li input[type=checkbox] ~ label.image-variation, .product-details .product-variations li input[type=radio] ~ label.image-variation {
  border-radius: 4px;
}
.product-details .product-addons li input[type=checkbox] ~ label.image-variation .img-variation-option, .product-details .product-addons li input[type=radio] ~ label.image-variation .img-variation-option, .product-details .product-variations li input[type=checkbox] ~ label.image-variation .img-variation-option, .product-details .product-variations li input[type=radio] ~ label.image-variation .img-variation-option {
  height: 50px;
  width: 50px;
}
.product-details .product-addons li input[type=checkbox] ~ label.image-variation .img-variation-option, .product-details .product-addons li input[type=checkbox] ~ label.image-variation .img-cnt, .product-details .product-addons li input[type=radio] ~ label.image-variation .img-variation-option, .product-details .product-addons li input[type=radio] ~ label.image-variation .img-cnt, .product-details .product-variations li input[type=checkbox] ~ label.image-variation .img-variation-option, .product-details .product-variations li input[type=checkbox] ~ label.image-variation .img-cnt, .product-details .product-variations li input[type=radio] ~ label.image-variation .img-variation-option, .product-details .product-variations li input[type=radio] ~ label.image-variation .img-cnt {
  border-radius: inherit;
  cursor: pointer;
}
.product-details .product-addons li input[type=checkbox]:checked + label.image-variation, .product-details .product-addons li input[type=checkbox]:checked + label.color-variation, .product-details .product-addons li input[type=radio]:checked + label.image-variation, .product-details .product-addons li input[type=radio]:checked + label.color-variation, .product-details .product-variations li input[type=checkbox]:checked + label.image-variation, .product-details .product-variations li input[type=checkbox]:checked + label.color-variation, .product-details .product-variations li input[type=radio]:checked + label.image-variation, .product-details .product-variations li input[type=radio]:checked + label.color-variation {
  outline-color: rgba(var(--primary), 1);
}
.product-details .product-addons li input[type=checkbox]:checked + label.text-variation:before, .product-details .product-addons li input[type=radio]:checked + label.text-variation:before, .product-details .product-variations li input[type=checkbox]:checked + label.text-variation:before, .product-details .product-variations li input[type=radio]:checked + label.text-variation:before {
  border: 2px solid rgba(var(--primary), 1);
  background-color: rgba(var(--primary), 0.06);
}
.product-details .product-addons li input[type=checkbox]:checked + label.text-variation:after, .product-details .product-addons li input[type=radio]:checked + label.text-variation:after, .product-details .product-variations li input[type=checkbox]:checked + label.text-variation:after, .product-details .product-variations li input[type=radio]:checked + label.text-variation:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 8px;
  position: absolute;
  border-left: 2px solid rgba(var(--primary), 1);
  border-bottom: 2px solid rgba(var(--primary), 1);
  left: 5px;
  transform: rotate(-46deg);
  top: 9px;
}
.product-details .product-addons li input[type=checkbox]:checked + label.color-variation, .product-details .product-addons li input[type=checkbox]:checked + label.image-variation, .product-details .product-addons li input[type=radio]:checked + label.color-variation, .product-details .product-addons li input[type=radio]:checked + label.image-variation, .product-details .product-variations li input[type=checkbox]:checked + label.color-variation, .product-details .product-variations li input[type=checkbox]:checked + label.image-variation, .product-details .product-variations li input[type=radio]:checked + label.color-variation, .product-details .product-variations li input[type=radio]:checked + label.image-variation {
  border-color: rgba(var(--primary), 1);
}
.product-details .product-addons li .swatch, .product-details .product-variations li .swatch {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
}
.product-details .product-addons li .swatch li label, .product-details .product-variations li .swatch li label {
  margin-right: 14px;
}
.product-details .product-addons li .swatch li label.swatch-label, .product-details .product-variations li .swatch li label.swatch-label {
  min-width: 42px;
}
.product-details .product-addons li .swatch li label span, .product-details .product-variations li .swatch li label span {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 10%;
  position: relative;
  overflow: hidden;
  background-size: 100% !important;
}
.product-details .product-addons li .swatch li label span:before, .product-details .product-addons li .swatch li label span:after, .product-details .product-variations li .swatch li label span:before, .product-details .product-variations li .swatch li label span:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
}
.product-details .product-addons li .swatch li label.text-label, .product-details .product-variations li .swatch li label.text-label {
  display: inline-block;
  height: 28px;
  padding: 0 4px;
  border-radius: 4px;
  border: 2px solid rgba(var(--gray-800), 1);
}
.product-details .product-addons li .swatch li input, .product-details .product-variations li .swatch li input {
  height: 0;
  width: 0;
  position: fixed;
  left: -999999em;
}
.product-details .product-addons li .swatch li input:disabled + span, .product-details .product-variations li .swatch li input:disabled + span {
  cursor: not-allowed;
}
.product-details .product-addons li .swatch li input:disabled + span:before, .product-details .product-addons li .swatch li input:disabled + span:after, .product-details .product-variations li .swatch li input:disabled + span:before, .product-details .product-variations li .swatch li input:disabled + span:after {
  height: 100%;
  width: 1px;
  background-color: red;
  transform: rotate(45deg);
}
.product-details .product-addons li .swatch li input:disabled + span:after, .product-details .product-variations li .swatch li input:disabled + span:after {
  transform: rotate(-45deg);
}
.product-details .product-addons li .swatch li input:checked + label.text-label, .product-details .product-variations li .swatch li input:checked + label.text-label {
  border-color: rgba(var(--primary), 1);
}
.product-details .product-addons li .swatch li input:checked + label span:before, .product-details .product-variations li .swatch li input:checked + label span:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-details .product-addons li .swatch li input:checked + label span:after, .product-details .product-variations li .swatch li input:checked + label span:after {
  height: 20%;
  width: 45%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  translate: 0px -25%;
  box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.5);
}
.product-details .product-addons li .name, .product-details .product-variations li .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-details .product-addons li .price, .product-details .product-variations li .price {
  font-weight: 500;
  color: rgba(var(--primary), 1);
  margin-left: 8px;
}
.product-details .product-addons li .price:empty, .product-details .product-variations li .price:empty {
  display: none;
}
.product-details .product-addons li .more-info, .product-details .product-variations li .more-info {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  margin-left: 10px;
  color: rgba(var(--gray-1000), 1);
}
.product-details .product-addons li .more-info:hover, .product-details .product-variations li .more-info:hover {
  color: rgba(var(--primary), 1);
}
.product-details .product-addons li .more-info span, .product-details .product-variations li .more-info span {
  min-width: 200px;
  line-height: 16px;
  padding: 12px;
  box-shadow: 0 0 22px rgba(var(--gray-1500), 0.3);
}
.product-details .product-addons li .more-info span img, .product-details .product-variations li .more-info span img {
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  .product-details .product-addons li .more-info span, .product-details .product-variations li .more-info span {
    right: 0;
    left: unset;
    translate: unset;
  }
  .product-details .product-addons li .more-info span:after, .product-details .product-variations li .more-info span:after {
    right: 6px;
    left: unset;
    translate: unset;
  }
}
.product-details .product-offers {
  margin: 10px 0;
}
.product-details .product-offers ul {
  margin: 0;
  padding: 0;
}
.product-details .product-offers ul li {
  list-style: none;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #42526e;
  font-size: 14px;
  font-weight: 500;
}
.product-details .product-offers ul li:before {
  content: "";
  display: block;
  height: 17px;
  min-width: 17px;
  margin-right: 8px;
  background-size: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2342526e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-tag'%3E%3Cpath d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'%3E%3C/path%3E%3Cline x1='7' y1='7' x2='7.01' y2='7'%3E%3C/line%3E%3C/svg%3E");
}
.product-details .product-offers ul li .offer-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-details .product-offers ul li .offer-code {
  color: rgba(var(--primary), 1);
  border: 1px dashed rgba(var(--primary), 1);
  line-height: 20px;
  margin: 0 6px;
  padding: 0 4px;
  background-color: rgba(var(--primary), 0.05);
  border-radius: 4px;
  display: flex;
}
.product-details button {
  /*@media screen and (max-width: 768px) {
  	&.add-to-cart:not(.ajax-overlay){
  		&:after{animation: buynow-btn linear both;}
  	}
  	&.add-to-cart:not(.ajax-overlay){
  		view-timeline-name: --buynow-btn;
  		text-transform: uppercase;
  		font-weight: 600;


  		svg{
  			margin-right: 12px;
  			height: 22px;
  			width: 22px;
  		}
  		&:after{
  			content: 'Add To Cart';
  			position: fixed;
  			display: block;
  			right: 0;
  			background-color: inherit;
  			bottom: 0px;
  			left: 0;
  			//border: 16px solid #fff;
  			box-shadow: 0 0 8px rgba(var(--gray-1500),0.2);
  			z-index: 99;
  			animation-timeline: --buynow-btn;
  			animation-range: entry 100%;
  		}
  		&.inviewport{
  			&:after{bottom: -100px;}
  		}
  	}
  }*/
}
@keyframes buynow-btn {
  from {
    border: 0;
  }
  to {
    opacity: 0;
    border: 10px solid red;
  }
}
.product-details button.add-to-cart {
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.product-details .pincode-check {
  display: flex;
  margin: 20px 0;
}
.product-details .pincode-check input {
  flex: 1;
  background-color: rgba(var(--gray-300), 1);
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 0 20px;
  font-size: 15px;
}
.product-details .pincode-check button {
  margin: 0;
  font-size: 14px;
  background-color: rgba(var(--gray-600), 1);
  border-color: rgba(var(--gray-600), 1);
  color: rgba(var(--gray-1400), 1);
  border-radius: 0px 4px 4px 0px;
}
.product-details .pincode-check ~ p {
  display: none;
  margin: 0;
  color: rgba(var(--gray-1400), 1);
}
.product-details .pincode-check-result {
  margin: 0;
  padding: 0;
  display: none;
}
.product-details .pincode-check-result li {
  list-style: none;
  color: rgba(var(--primary), 1);
  line-height: 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
}
.product-details .pincode-check-result li:before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: rgba(var(--primary), 1);
  margin-right: 6px;
}
.product-details .pincode-check-result li:after {
  content: "";
  display: block;
  height: 4px;
  width: 8px;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  left: 6px;
  top: -3px;
  bottom: 0;
  margin: auto;
}

.product-details-tab {
  border-top: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  padding: 0;
}
.product-details-tab li {
  list-style: none;
  margin: 0 20px;
}
.product-details-tab li a {
  display: block;
  line-height: 80px;
  font-size: 16px;
  color: rgba(var(--gray-1500), 1);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .product-details-tab li a {
    line-height: 60px;
  }
}
.product-details-tab li.active a {
  box-shadow: inset 0 4px 0 rgba(var(--primary), 1);
}

.product-description img, .product-description video {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #F9F9F9;
  height: 100%;
}
.product-description hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-description p {
  font-size: 15px;
  color: rgba(var(--gray-1300), 1);
}
.product-description .content {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product-description .content {
    padding: 20px 0 60px 0;
    text-align: center;
  }
}
.product-description .content h3 {
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .product-description .content h3 {
    font-size: 24px;
  }
}
.product-description .content p {
  font-size: 18px;
  color: rgba(var(--gray-1300), 1);
  margin: 10px 0 0px 0;
}
@media screen and (max-width: 768px) {
  .product-description .content p {
    font-size: 14px;
    margin: 0px 0 0px 0;
  }
}
@media screen and (max-width: 768px) {
  .product-description .grid {
    grid-template-areas: "media1" "content1" "content2" "media2" "media3" "content3";
  }
  .product-description .grid div:nth-of-type(1) {
    grid-area: media1;
  }
  .product-description .grid div:nth-of-type(2) {
    grid-area: content1;
  }
  .product-description .grid div:nth-of-type(3) {
    grid-area: media2;
  }
  .product-description .grid div:nth-of-type(4) {
    grid-area: content2;
  }
  .product-description .grid div:nth-of-type(5) {
    grid-area: media3;
  }
  .product-description .grid div:nth-of-type(6) {
    grid-area: content3;
  }
}

.section {
  border-top: 1px solid rgba(var(--gray-600), 1);
  margin: 40px 0;
  padding: 40px 0;
}

.secation-heading {
  margin: 0 0 40px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.secation-heading span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(var(--primary), 1);
  margin-bottom: 6px;
}
.secation-heading:after {
  display: block;
  width: 80px;
  height: 3px;
  background: rgba(var(--primary), 1);
  content: "";
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .secation-heading {
    margin: 0 0 34px 0;
  }
}
@media screen and (max-width: 769px) {
  .secation-heading {
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 480px) {
  .secation-heading {
    margin: 0 0 24px 0;
  }
}

h3.secation-heading {
  font-size: 26px;
}

h2.secation-heading {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  h2.secation-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 769px) {
  h2.secation-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  h2.secation-heading {
    font-size: 18px;
  }
}

.reviews-grid {
  gap: 30px;
  column-count: 3;
  margin: 0 0 40px 0;
  padding: 0;
}
.reviews-grid li {
  margin-bottom: 30px;
  list-style: none;
  break-inside: avoid;
  padding: 20px;
  border: 1px solid rgba(var(--gray-600), 1);
  border-radius: 6px;
}
.reviews-grid li .media > *:nth-child(1) {
  grid-area: first;
}
.reviews-grid li .media > *:nth-child(2) {
  grid-area: second;
}
.reviews-grid li .media > *:nth-child(3) {
  grid-area: third;
}
.reviews-grid li .media > *:nth-child(4) {
  grid-area: fourth;
}
.reviews-grid li .media {
  display: grid;
  margin: 20px 0;
  gap: 10px;
  aspect-ratio: 1/0.8;
  grid-template-columns: 1fr 1fr;
}
.reviews-grid li .media:empty, .reviews-grid li .media:not(:has(a)) {
  display: none;
}
.reviews-grid li .media:has(> :last-child:nth-child(1)) {
  grid-template-areas: "first";
  grid-template-columns: 1fr;
}
.reviews-grid li .media:has(> :last-child:nth-child(2)) {
  grid-template-areas: "first second";
}
.reviews-grid li .media:has(> :last-child:nth-child(3)) {
  grid-template-areas: "first second" "first third";
}
.reviews-grid li .media:has(> :last-child:nth-child(4)) {
  grid-template-areas: "first second" "third fourth";
}
.reviews-grid li .media img, .reviews-grid li .media video {
  max-height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  height: 100%;
  text-indent: -9999rem;
  border: 1px solid rgba(var(--gray-600), 1);
}
.reviews-grid li > p {
  margin: 14px 0 0 0;
  color: rgba(var(--gray-1400), 1);
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews-grid li .user-details {
  display: flex;
  align-items: flex-start;
}
.reviews-grid li .user-details .user-thumb {
  margin-right: 14px;
}
@media screen and (max-width: 580px) {
  .reviews-grid li .user-details .user-thumb {
    display: none;
  }
}
.reviews-grid li .user-details > div {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reviews-grid li .user-details > div h4, .reviews-grid li .user-details > div p {
  margin: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-transform: capitalize;
  flex-wrap: wrap;
}
.reviews-grid li .user-details > div h4 span.varified-tag, .reviews-grid li .user-details > div p span.varified-tag {
  font-size: 10px;
  background-color: rgba(var(--gray-1500), 1);
  color: #fff;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 6px;
}
.reviews-grid li .user-details > div h4 > span, .reviews-grid li .user-details > div p > span {
  margin-right: auto;
}
.reviews-grid li .user-details > div p {
  font-size: 11px;
  color: rgba(var(--gray-1200), 1);
}
.reviews-grid li .user-details > div .customer-reviews {
  margin: 6px 0;
}
@media screen and (max-width: 769px) {
  .reviews-grid {
    column-count: 2;
    margin: 0 0 24px 0;
    gap: 16px;
  }
  .reviews-grid li {
    margin-bottom: 16px;
    padding: 16px;
  }
  .reviews-grid li > img {
    margin: 16px 0;
  }
}
@media screen and (max-width: 580px) {
  .reviews-grid {
    column-count: 2;
  }
}

.post-review {
  background-color: rgba(var(--gray-100), 1);
  border: 2px dashed rgba(var(--gray-800), 1);
  margin: 40px 0 0 0;
  padding: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  .post-review {
    padding: 24px;
    margin: 24px 0 0 0;
  }
}
.post-review h4 {
  margin-top: 0;
  font-size: 20px;
}
.post-review .rating-summary {
  display: flex;
  align-items: center;
}
.post-review .rating-summary > span {
  font-size: 44px;
  font-weight: 500;
  margin-right: 20px;
}
.post-review .rating-summary .customer-reviews {
  margin-bottom: 4px;
}
.post-review .rating-summary .customer-reviews:after, .post-review .rating-summary .customer-reviews:before {
  height: 24px;
  background-size: 24px;
  width: 120px;
}
.post-review .rating-summary .customer-reviews.star-5:after {
  width: 120px;
}
.post-review .rating-summary .customer-reviews.star-4:after {
  width: 96px;
}
.post-review .rating-summary .customer-reviews.star-3:after {
  width: 72px;
}
.post-review .rating-summary .customer-reviews.star-2:after {
  width: 48px;
}
.post-review .rating-summary .customer-reviews.star-1:after {
  width: 24px;
}
.post-review .rating-summary small {
  color: rgba(var(--gray-1400), 1);
}
.post-review .review-chart {
  margin: 20px 0 0 0;
  padding: 0;
  max-width: 340px;
}
.post-review .review-chart li {
  list-style: none;
}
.post-review .review-chart li p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: rgba(var(--gray-1200), 1);
  font-weight: 500;
  font-size: 12px;
}
.post-review .review-chart li .bar {
  background-color: rgba(var(--gray-800), 1);
  height: 5px;
  border-radius: 4px;
  display: flex;
}
.post-review .review-chart li .bar:before {
  background-color: #EABE0F;
  width: 50%;
  width: var(--rbar-width);
  content: "";
  display: block;
  border-radius: inherit;
}
.post-review .review-chart li + li {
  margin-top: 20px;
}

.pricerange-filter {
  position: relative;
  padding-top: 20px;
}
.pricerange-filter:before {
  height: 6px;
  background: rgba(var(--primary), 1);
  top: 12px;
  left: var(--filterpmin);
  right: var(--filterpmax);
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  border-radius: 4px;
}
.pricerange-filter input[type=range] {
  -webkit-appearance: none;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  appearance: none;
  width: 100%;
  height: 6px;
  background: rgba(var(--gray-800), 1);
  outline: none;
  border-radius: 4px;
}
.pricerange-filter input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: rgba(var(--primary), 1);
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.pricerange-filter input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: rgba(var(--primary), 1);
  cursor: pointer;
}
.pricerange-filter p {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(var(--gray-1200), 1);
}
.pricerange-filter p b {
  color: rgba(var(--gray-1500), 1);
  font-weight: 600;
}

.video-preview-modal video {
  max-height: 400px;
  background-color: #000;
  border-radius: inherit;
}

.product-video-modal video {
  max-height: 500px;
}

.customer-reviews {
  display: flex;
  align-items: center;
  position: relative;
  color: rgba(var(--gray-1200), 1);
  text-decoration: none;
}
.customer-reviews:before {
  content: "";
  width: 70px;
  height: 14px;
  background-size: 14px;
  background-repeat: repeat-x;
  background-position: left center;
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' fill='%23C9C9C9' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 55.867 55.867' style='enable-background:new 0 0 55.867 55.867;' xml:space='preserve'%3E%3Cpath d='M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558 s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024 l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506 c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017 l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z'/%3E%3C/svg%3E%0A");
}
.customer-reviews:after {
  content: "";
  width: 0px;
  height: 14px;
  background-size: 14px;
  background-repeat: repeat-x;
  background-position: left center;
  margin-right: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' fill='%23EABE0F' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 55.867 55.867' style='enable-background:new 0 0 55.867 55.867;' xml:space='preserve'%3E%3Cpath d='M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558 s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024 l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506 c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017 l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z'/%3E%3C/svg%3E%0A");
}
.customer-reviews[class*=star-5]:after {
  width: 70px;
}
.customer-reviews[class*=star-4]:after {
  width: 56px;
}
.customer-reviews[class*=star-3]:after {
  width: 42px;
}
.customer-reviews[class*=star-2]:after {
  width: 28px;
}
.customer-reviews[class*=star-1]:after {
  width: 14px;
}

.products-list {
  display: grid;
  margin: 0 -16px;
  padding: 0;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.products-list:has(.no-products) {
  display: block;
  text-align: center;
}
.products-list:has(.no-products) .no-products {
  padding: 60px 0 160px 0;
}
.products-list:has(.no-products) h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 4px 0;
}
.products-list:has(.no-products) p {
  font-size: 16px;
  color: rgba(var(--gray-1200), 1);
  margin: 4px 0;
}
@media screen and (max-width: 1024px) {
  .products-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 769px) {
  .products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 -10px;
  }
}
@media screen and (max-width: 450px) {
  .products-list {
    margin: 0 -6px;
  }
}
.products-list > li {
  padding: 16px;
  list-style: none;
  transition: all 0.1s;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.products-list > li.no-records-found {
  grid-column: 1/span 4;
}
@media screen and (max-width: 1024px) {
  .products-list > li.no-records-found {
    grid-column: 1/span 3;
  }
}
@media screen and (max-width: 769px) {
  .products-list > li.no-records-found {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 769px) {
  .products-list > li {
    padding: 10px;
  }
}
@media screen and (max-width: 450px) {
  .products-list > li {
    padding: 6px;
    margin-bottom: 12px;
  }
}
.products-list > li img {
  max-width: 100%;
  display: block;
  flex: 1;
}
.products-list > li img + img {
  display: none;
}
.products-list > li .product-title {
  font-size: 16px;
  font-weight: 500;
  margin: 14px 0 4px 0;
  text-transform: capitalize;
}
@media screen and (max-width: 450px) {
  .products-list > li .product-title {
    font-size: 14px;
  }
}
.products-list > li .product-title a {
  color: rgba(var(--gray-1500), 1);
  text-decoration: none;
}
.products-list > li .product-title a:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  z-index: 1;
}
.products-list > li > div {
  flex: 1;
}
.products-list > li .product-price {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: rgba(var(--gray-1400), 1);
  display: flex;
  flex: 1;
}
.products-list > li .product-price .customer-reviews {
  margin-left: auto;
}
@media screen and (max-width: 450px) {
  .products-list > li .product-price .customer-reviews {
    display: none;
  }
}
.products-list > li .product-price span {
  color: rgba(var(--primary), 1);
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .products-list > li .product-price span {
    font-size: 14px;
  }
}
.products-list > li .product-price del {
  font-size: 16px;
  color: rgba(var(--gray-1100), 1);
  margin: 0 8px;
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  .products-list > li .product-price del {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .products-list > li:hover {
    box-shadow: 0 0 8px rgba(var(--gray-1300), 0.2);
    transform: scale(1.1);
    z-index: 1;
  }
  .products-list > li:hover img:has(+ img) {
    display: none;
  }
  .products-list > li:hover img:has(+ img) + img {
    display: block;
  }
}
@media (hover: none), (hover: on-demand), (-moz-touch-enabled: 1), (pointer: coarse) {
  .products-list > li:hover {
    transform: unset;
    box-shadow: unset;
  }
}

.products-ajax {
  text-align: center;
  margin: 20px 0;
  cursor: pointer;
}
.products-ajax > span {
  display: inline-flex;
  padding: 8px 14px;
  border: 2px solid rgba(var(--primary), 1);
  background-color: rgba(var(--gray-100), 1);
  font-weight: 500;
}
.products-ajax > span > span {
  margin-right: 12px;
}

.product-list-description {
  margin-top: 60px;
}
.product-list-description .gutter-box {
  background-color: rgba(var(--gray-100), 1);
  padding: 16px 30px;
  max-height: 400px;
  overflow: auto;
  border: 1px solid rgba(var(--gray-600), 1);
}
.product-list-description .gutter-box h2, .product-list-description .gutter-box strong, .product-list-description .gutter-box bold, .product-list-description .gutter-box b {
  font-weight: 500;
}
.product-list-description .gutter-box table {
  background: #fff;
  max-width: 540px;
  border: 1px solid rgba(var(--gray-600), 1);
  display: revert !important;
}
.product-list-description .gutter-box table td, .product-list-description .gutter-box table th {
  padding: 14px;
  text-align: left;
  border-top: 1px dashed rgba(var(--gray-600), 1) !important;
}
.product-list-description .gutter-box table * {
  display: revert !important;
}
.product-list-description .gutter-box p {
  margin: 10px 0 34px 0;
}
.product-list-description .gutter-box h1, .product-list-description .gutter-box h2, .product-list-description .gutter-box h3, .product-list-description .gutter-box h4, .product-list-description .gutter-box h5, .product-list-description .gutter-box h6 {
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .product-list-description .gutter-box h2 {
    font-size: 18px;
  }
}
.product-list-description .gutter-box .content-bottom-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.product-list-description .gutter-box .content-bottom-links li {
  list-style: none;
  margin: 0 1rem 1rem 0;
}
.product-list-description .gutter-box .content-bottom-links li:after {
  content: "|";
  color: rgba(var(--gray-1200), 1);
  display: inline-block;
  margin-left: 1rem;
}

.subcategory-search {
  max-width: 580px;
  margin: 40px auto;
  position: relative;
}
.subcategory-search input {
  background-color: rgba(var(--gray-100), 1);
  height: 54px;
  display: block;
  width: 100%;
  border: 2px solid rgba(var(--gray-600), 1);
  padding: 0 20px;
  font-size: 16px;
  border-radius: 4px;
}
.subcategory-search input:hover {
  border-color: rgba(var(--gray-900), 1);
}
.subcategory-search input:focus {
  border-color: rgba(var(--primary), 1);
}
.subcategory-search button {
  position: absolute;
  inset: 4px 4px 4px auto;
  width: 48px;
  border: 2px;
  background-color: rgba(var(--gray-1500), 1);
  color: #fff;
  border-radius: 4px;
}
.subcategory-search button:hover {
  background-color: rgba(var(--primary), 1);
}

.subcategory-accordion {
  max-width: 580px;
  margin: auto;
  padding: 0;
}
.subcategory-accordion li {
  list-style: none;
}
.subcategory-accordion li a {
  display: block;
  color: rgba(var(--gray-1500), 1);
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.subcategory-accordion li a.active {
  background-color: rgba(var(--gray-300), 1);
  color: rgba(var(--primary), 1);
}
.subcategory-accordion li a.active:after {
  transform: rotate(-227deg);
}
.subcategory-accordion li ul {
  display: none;
  padding: 20px 0px;
}
.subcategory-accordion li ul li a {
  line-height: 44px;
  color: rgba(var(--gray-1300), 1);
  font-size: 17px;
}
.subcategory-accordion li ul li a:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  background-color: rgba(var(--gray-1500), 1);
  border-radius: 50%;
  margin-right: 10px;
}
.subcategory-accordion li ul li + li {
  border-top: 1px solid rgba(var(--gray-600), 1);
}
.subcategory-accordion li.open ul {
  display: block;
}
.subcategory-accordion > li > a {
  color: rgba(var(--gray-1400), 1);
  line-height: 54px;
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
}
.subcategory-accordion > li > a:not(:only-child):after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-bottom: 2px solid rgba(var(--primary), 1);
  border-left: 2px solid rgba(var(--primary), 1);
  transform: rotate(-45deg);
}
.subcategory-accordion > li + li {
  border-top: 1px solid rgba(var(--gray-600), 1);
}

.checkout {
  margin: 60px 0;
}
.checkout h2 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .checkout h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.checkout h3 {
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .checkout {
    margin: 30px 0;
  }
}

.checkout-form {
  margin-bottom: 30px;
}

.apply-couponcode {
  margin-bottom: 28px;
}
@media screen and (max-width: 769px) {
  .apply-couponcode {
    margin-top: 16px;
  }
}
.apply-couponcode p {
  margin-top: 0;
}
.apply-couponcode .coupon {
  max-width: 300px;
  display: none;
}
.apply-couponcode .coupon:has(input:valid) {
  display: block;
}

.cart-coupon-error {
  background-color: rgba(var(--danger), 0.1);
  border: 2px solid rgba(var(--danger), 1);
  color: rgba(var(--danger), 1);
  margin: -16px 0 18px 0;
  padding: 14px;
  border-radius: 4px;
}
.cart-coupon-error h5 {
  margin: 0 0 0px 0;
  font-weight: 600;
  font-size: 15px;
}
.cart-coupon-error > div {
  color: rgba(var(--gray-1500), 1);
  margin: 14px 0 0px 0;
}
.cart-coupon-error:empty {
  display: none;
}

.coupon-code-modal {
  z-index: 99;
  text-align: center;
}
.coupon-code-modal h3 {
  font-size: 26px;
  margin: 0;
}
.coupon-code-modal p {
  font-size: 16px;
  margin: 0;
  color: rgba(var(--gray-1200), 1);
}
.coupon-code-modal h5 {
  font-size: 44px;
  color: rgba(var(--primary), 1);
  margin: 20px 0 10px 0;
}
.coupon-code-modal button {
  margin: 30px 0 0 0;
  text-transform: uppercase;
}

.sub-category-grid {
  display: grid;
  margin: 0 -16px;
  padding: 0;
  gap: 0px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: none;
}
@media screen and (max-width: 1024px) {
  .sub-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 769px) {
  .sub-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 -10px;
  }
}
@media screen and (max-width: 450px) {
  .sub-category-grid {
    margin: 0 -6px;
  }
}
.sub-category-grid > li {
  padding: 16px;
  list-style: none;
  transition: all 0.1s;
  background-color: #fff;
  margin: 20px;
  position: relative;
  border: 1px solid rgba(var(--gray-600), 1);
}
@media screen and (max-width: 450px) {
  .sub-category-grid > li {
    padding: 6px;
    margin-bottom: 12px;
    margin: 12px;
  }
}
.sub-category-grid > li img {
  width: 100%;
}
.sub-category-grid > li:before {
  background-color: rgba(var(--gray-1100), 0.1);
  position: absolute;
  inset: 16px;
  display: block;
  content: "";
}
.sub-category-grid > li h3 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(var(--gray-1300), 0.2);
  border-radius: 100px;
  display: none;
}
.sub-category-grid > li:hover {
  box-shadow: 0 0 8px rgba(var(--gray-1300), 0.2);
  transform: scale(1.1);
}

.sub-category-list {
  max-width: 800px;
  margin: 24px auto 0 auto;
  padding: 0;
}
.sub-category-list li {
  list-style: none;
}
.sub-category-list li a {
  display: block;
  line-height: 44px;
  padding: 0 24px;
  font-size: 16px;
}
.sub-category-list li a:hover {
  background-color: rgba(var(--gray-200), 1);
}

.jumbotron-slider {
  padding: 0;
  height: 636px;
  margin: -30px 0 60px 0;
  border-bottom: 1px solid rgba(var(--gray-600), 1);
}
.jumbotron-slider:not(.slick-slider) {
  display: flex;
  overflow: auto;
  scroll-snap-type: x mandatory;
}
.jumbotron-slider:not(.slick-slider) li {
  scroll-snap-align: start;
}
.jumbotron-slider .slick-slide,
.jumbotron-slider .slick-slider .slick-track,
.jumbotron-slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.jumbotron-slider .slick-arrow {
  position: absolute;
  top: 0;
  height: 60px;
  width: 60px;
  margin: auto;
  bottom: 0;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 4px rgba(var(--gray-1500), 0.1);
  text-indent: -99999em;
  cursor: pointer;
}
.jumbotron-slider .slick-arrow.slick-next {
  right: 50px;
}
.jumbotron-slider .slick-arrow.slick-prev {
  left: 50px;
}
.jumbotron-slider .slick-list, .jumbotron-slider .slick-track {
  height: inherit;
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}
.jumbotron-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jumbotron-slider .slick-dots li {
  list-style: none;
  width: 12px;
  margin: 0 2px;
  padding: 0;
}
.jumbotron-slider .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(var(--gray-800), 1);
  text-indent: -99999em;
  padding: 0;
  cursor: pointer;
}
.jumbotron-slider .slick-dots li.slick-active button {
  background-color: rgba(var(--primary), 1);
}
@media screen and (max-width: 769px) {
  .jumbotron-slider {
    margin-top: -15px;
  }
}
.jumbotron-slider li {
  list-style: none;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .jumbotron-slider li {
    padding: 20px;
  }
}
.jumbotron-slider li .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.jumbotron-slider li .container .content {
  flex: 1;
}
.jumbotron-slider li .container .content h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  text-decoration: underline;
}
.jumbotron-slider li .container .content h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}
.jumbotron-slider li .container .graphic {
  flex: 1;
}
@media screen and (max-width: 769px) {
  .jumbotron-slider li .container {
    flex-direction: column;
  }
  .jumbotron-slider li .container .graphic {
    order: 0;
    text-align: center;
    margin-bottom: 24px;
  }
  .jumbotron-slider li .container .graphic img {
    width: 80%;
    margin: auto;
  }
  .jumbotron-slider li .container .content {
    order: 1;
    text-align: center;
  }
  .jumbotron-slider li .container .content h1 {
    font-size: 24px;
  }
  .jumbotron-slider li .container .content h2 {
    font-size: 16px;
  }
}
.jumbotron-slider li > img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  filter: blur(61px);
}
.category-grid {
  display: grid;
  gap: 30px;
  margin: 0 0 80px 0;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "first first second thried" "first first fourth fifth";
}
.category-grid li {
  list-style: none;
  background-color: rgba(var(--gray-400), 1) !important;
  position: relative;
  padding: 30px;
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.6s;
  aspect-ratio: 1;
  border-radius: 12px;
}
.category-grid li:hover {
  background-size: 110%;
}
.category-grid li img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  object-position: right;
  object-fit: cover;
}
.category-grid li small {
  font-size: 12px;
  color: rgba(var(--primary), 1);
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.category-grid li h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
}
.category-grid li h3 a {
  text-decoration: none;
  color: rgba(var(--gray-1500), 1);
}
.category-grid li h3 a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.category-grid li:nth-child(1) {
  background-color: #F9F6E5;
  grid-area: first;
  padding: 60px;
  background-image: url("/assets/img/ring2.webp");
}
.category-grid li:nth-child(1) h3 {
  font-size: 36px;
}
.category-grid li:nth-child(1) small {
  margin-bottom: 20px;
}
.category-grid li:nth-child(2) {
  background-color: #E1E9FA;
  grid-area: second;
  background-image: url("/assets/img/earring.webp");
}
.category-grid li:nth-child(3) {
  background-color: #E1FBE7;
  grid-area: thried;
  background-image: url("/assets/img/necklace3.webp");
}
.category-grid li:nth-child(4) {
  background-color: #FBEAE2;
  grid-area: fourth;
  background-image: url("/assets/img/tops.webp");
}
.category-grid li:nth-child(5) {
  background-color: #FCE2FC;
  grid-area: fifth;
  background-image: url("/assets/img/bracelet.webp");
}
@media screen and (max-width: 1024px) {
  .category-grid {
    gap: 16px;
  }
  .category-grid li:nth-child(1) {
    padding: 40px;
  }
}
@media screen and (max-width: 769px) {
  .category-grid {
    margin: 0 0 60px 0;
    grid-template-areas: "first first first first" "first first first first" "second second thried thried" "fourth fourth fifth fifth";
  }
  .category-grid h3 br {
    display: none;
  }
  .category-grid li:nth-child(1) {
    padding: 30px;
  }
  .category-grid li:nth-child(1) small {
    margin-bottom: 12px;
  }
  .category-grid li small {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 640px) {
  .category-grid li {
    border-radius: 8px;
  }
  .category-grid li:nth-child(1) h3 {
    font-size: 22px;
  }
  .category-grid li:not(:nth-child(1)) {
    padding: 18px;
  }
  .category-grid li h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .category-grid {
    margin: 0 0 40px 0;
    min-height: 780px;
  }
}

.happy-customers {
  margin: 120px 0 -60px 0px;
}
.happy-customers > div {
  background-image: url("/assets/img/happy-customers.webp");
  background-size: 80vw;
  height: 580px;
  position: relative;
  background-color: rgba(var(--gray-300), 1);
}
.happy-customers > div:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.happy-customers > div h3 {
  color: #fff;
  font-size: 62px;
  text-shadow: 0 0px 14px BLACK;
  font-weight: 500;
}
.happy-customers > div h3 span {
  display: block;
}
@media screen and (max-width: 769px) {
  .happy-customers > div {
    height: 400px;
    background-size: 150vw;
    text-align: center;
    display: flex;
  }
  .happy-customers > div:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .happy-customers > div h3 {
    font-size: 42px;
  }
}
.happy-customers > div .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.homepage-description {
  margin-top: 30px;
}
.homepage-description .gutter-box {
  max-height: 400px;
  overflow: auto;
}
.homepage-description .gutter-box h2, .homepage-description .gutter-box strong, .homepage-description .gutter-box bold, .homepage-description .gutter-box b, .homepage-description .gutter-box h1 {
  font-weight: 500;
}
.homepage-description .gutter-box p {
  margin: 10px 0 34px 0;
}
.homepage-description .gutter-box h1 {
  font-size: 22px;
}
.homepage-description .gutter-box ul {
  margin: 10px 0 34px 0;
}
.homepage-description .gutter-box ul li + li {
  margin-top: 8px;
}
.homepage-description .gutter-box h2, .homepage-description .gutter-box h3, .homepage-description .gutter-box h4, .homepage-description .gutter-box h5, .homepage-description .gutter-box h6 {
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .homepage-description .gutter-box h2 {
    font-size: 18px;
  }
}

.blogs-list {
  margin: 0 0;
  padding: 0;
}
.blogs-list:not(.blogs-slider), .blogs-list:not(.slick-slider) {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.blogs-list:not(.blogs-slider).grid-3, .blogs-list:not(.slick-slider).grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 768px) {
  .blogs-list:not(.blogs-slider), .blogs-list:not(.slick-slider) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 500px) {
  .blogs-list:not(.blogs-slider), .blogs-list:not(.slick-slider) {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.blogs-list .slick-arrow {
  position: absolute;
  top: 0;
  height: 60px;
  width: 60px;
  margin: auto;
  bottom: 0;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 8px rgba(var(--gray-1500), 0.14);
  text-indent: -99999em;
  cursor: pointer;
  z-index: 999;
}
.blogs-list .slick-arrow.slick-next {
  right: -30px;
}
.blogs-list .slick-arrow.slick-prev {
  left: -30px;
}
.blogs-list .slick-list, .blogs-list .slick-track {
  height: inherit;
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}
.blogs-list .slick-dots {
  position: absolute;
  bottom: -40px;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogs-list .slick-dots li {
  list-style: none;
  width: 12px;
  margin: 0 2px;
}
.blogs-list .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(var(--gray-800), 1);
  text-indent: -99999em;
  padding: 0;
  cursor: pointer;
}
.blogs-list .slick-dots li.slick-active button {
  background-color: rgba(var(--primary), 1);
}
.blogs-list li {
  position: relative;
  list-style: none;
  transition: all 0.1s;
  background-color: #fff;
  margin: 0;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(var(--gray-600), 1);
}
.blogs-list li:hover {
  box-shadow: 0 0 14px rgba(var(--gray-1500), 0.2);
}
.blogs-list li:hover img {
  transform: scale(1.05);
}
.blogs-list li:hover .article-media:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.blogs-list li:hover .article-media:after {
  animation: mymove 0.6s;
  animation-fill-mode: both;
}
.blogs-list li img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
  transform-origin: bottom;
}
.blogs-list li .article-media {
  position: relative;
}
.blogs-list li .article-media:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: all 0.1s;
  pointer-events: none;
}
@keyframes mymove {
  0% {
    inset: 0px 0 0 -10%;
    letter-spacing: 30px;
    opacity: 0;
  }
  100% {
    inset: 0px 0 0 0%;
    letter-spacing: 0px;
    opacity: 1;
  }
}
@keyframes mymove1 {
  0% {
    inset: 0px 0 0 0%;
    letter-spacing: 0px;
    opacity: 1;
  }
  100% {
    inset: 0px 0 0 50%;
    letter-spacing: 30px;
    opacity: 0;
  }
}
.blogs-list li .article-media:after {
  content: "...";
  font-size: 60px;
  display: flex;
  width: 100%;
  height: 170px;
  color: #fff;
  position: absolute;
  animation: mymove1 0.6s;
  animation-fill-mode: both;
  z-index: 2;
  transition: all 0.1s;
  pointer-events: none;
  font-weight: 900;
  /* text-align: center; */
  align-items: center;
  justify-content: center;
  line-height: 0px;
}
.blogs-list li .article-media time {
  position: absolute;
  background-color: #fff;
  left: 10px;
  top: 10px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(var(--gray-1500), 0.5);
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 12px;
  font-weight: 500;
  letter-spacing: 2px;
  z-index: 2;
}
.blogs-list li .article-media time small {
  display: block;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0px;
}
.blogs-list li .article-media .article-category {
  position: absolute;
  background-color: rgba(var(--primary), 1);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 600;
  padding: 0 12px;
  display: inline-block;
  line-height: 28px;
  left: 50%;
  translate: -50% 0%;
  white-space: nowrap;
  margin: auto;
  bottom: -12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  z-index: 2;
  text-decoration: none;
}
.blogs-list li .article-content {
  padding: 30px 20px;
  text-align: center;
}
.blogs-list li .article-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.blogs-list li .article-content h4 a {
  color: rgba(var(--gray-1500), 1);
  text-decoration: none;
}
.blogs-list li .article-content h4 a:before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.blogs-list li .article-content h4 ~ span {
  font-size: 12px;
  color: rgba(var(--gray-1100), 1);
}
.blogs-list li .article-content p {
  color: rgba(var(--gray-1400), 1);
  margin: 0 0 8px 0;
}
.blogs-list.blogs-slider li {
  margin: 10px 15px;
}
.blogs-list.blogs-slider .slick-dots li {
  height: unset;
  min-height: unset;
  margin: 0 4px;
}

.blog-media-list {
  margin: 30px 0;
  padding: 0;
}
.blog-media-list li {
  list-style: none;
  position: relative;
}
.blog-media-list li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed rgba(var(--gray-600), 1);
}
.blog-media-list .blog-item {
  display: flex;
}
.blog-media-list .blog-item .blog-item-img {
  margin-right: 16px;
}
.blog-media-list .blog-item .blog-item-img img {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  object-fit: cover;
}
.blog-media-list .blog-item .blog-post-title {
  line-height: 16px;
  margin: 0 0 6px 0;
}
.blog-media-list .blog-item .blog-post-title a {
  color: rgba(var(--gray-1500), 1);
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
}
.blog-media-list .blog-item .blog-post-meta {
  display: flex;
  flex-direction: column;
}
.blog-media-list .blog-item .blog-post-meta span {
  color: rgba(var(--gray-1100), 1);
}
.blog-media-list .blog-item .blog-post-meta a, .blog-media-list .blog-item .blog-post-meta span, .blog-media-list .blog-item .blog-post-meta p {
  font-size: 12px;
}
.blog-media-list .blog-item .blog-post-meta p {
  margin: 0;
}

.share-buttons {
  display: flex;
  margin: 0;
  padding: 0;
}
.share-buttons li {
  list-style: none;
  margin-right: 8px;
}
.share-buttons li h4 {
  margin: 0;
}
.share-buttons li a {
  display: flex;
  align-items: center;
  line-height: 26px;
  padding: 0 6px;
  border-radius: 4px;
  background-color: rgba(var(--gray-600), 1);
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.share-buttons li a svg {
  height: 14px;
  width: 14px;
  margin-right: 4px;
}
.share-buttons li a.facebook {
  background-color: #0962F7;
}
.share-buttons li a.twitter {
  background-color: #000;
}
.share-buttons li a.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.share-buttons li a.whatsapp {
  background-color: #07A00E;
}
.share-buttons li a.pinterest {
  background-color: #B7091B;
}

.cart-page h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 16px 0;
}

.cart-total-card {
  background-color: rgba(var(--gray-300), 1);
  padding: 30px 40px 40px 40px;
  border-radius: 8px;
}
.cart-total-card h3 {
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: 50px;
  font-weight: 400;
}
.cart-total-card h3 span {
  font-weight: 600;
}
.cart-total-card h3 + h3 {
  border-top: 1px solid rgba(var(--gray-800), 1);
}
.cart-total-card .btn-block {
  margin-top: 30px;
}
.cart-total-card + img {
  width: 240px;
  display: block;
  margin: 20px auto;
}

.product-table td h3 {
  margin: 0;
  max-width: 340px;
}
.product-table td h3 a {
  text-decoration: none;
}

.number-spinner {
  display: flex;
}
.number-spinner .btn, .number-spinner input {
  width: 34px;
  height: 34px;
}
.number-spinner .btn {
  box-shadow: none;
  background-color: rgba(var(--gray-600), 1);
  font-size: 20px;
  font-weight: 300;
}
.number-spinner input {
  border-top: 2px solid rgba(var(--gray-600), 1);
  border-bottom: 2px solid rgba(var(--gray-600), 1);
  border-right: none;
  border-left: none;
}

.support-articles-grid {
  margin: 0 0 40px 0;
  padding: 0;
}
.support-articles-grid li {
  list-style: none;
  border: 1px solid rgba(var(--gray-600), 1);
}
.support-articles-grid li h3 {
  padding: 40px 20px;
  margin: 0;
  text-align: center;
  color: rgba(var(--gray-1500), 1);
  font-size: 18px;
}
.support-articles-grid li h3 a {
  text-decoration: none;
}
.support-articles-grid li h3 span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  color: rgba(var(--gray-1200), 1);
}

.dm-uploader-container {
  position: relative;
  margin-bottom: 20px;
  float: unset !important;
}
.dm-uploader-container .dm-uploader {
  position: relative;
  float: unset !important;
  width: 100%;
  height: auto;
  text-align: center;
  background: #f8f9fb;
  border: 2px dashed rgba(var(--gray-600), 1);
  border-radius: 4px;
  padding: 40px;
}
.dm-uploader-container .dm-uploader .dm-upload-text {
  color: rgba(var(--gray-1400), 1);
  margin: 0;
}
.dm-uploader-container .dm-uploader .dm-btn-select-files {
  position: absolute;
  inset: 0;
}
.dm-uploader-container .dm-uploader input[type=file] {
  position: absolute;
  inset: 0;
  z-index: 2;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  height: unset;
}

.contact-banner {
  position: relative;
  margin: -30px 0 60px 0;
  background-color: rgba(var(--gray-300), 1);
}
.contact-banner:before {
  position: absolute;
  content: "";
  background-color: rgba(var(--gray-1500), 0.2);
  z-index: 0;
  inset: 0;
  display: block;
  pointer-events: none;
}
.contact-banner .contact-details {
  position: absolute;
  background-color: #fff;
  width: 380px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  padding: 30px;
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0 0 18px rgba(var(--gray-1500), 0.2);
}
.contact-banner .contact-details h3 {
  margin-top: 0;
}
.contact-banner .contact-details .contact-item {
  margin-bottom: 12px;
  display: flex;
}
.contact-banner .contact-details .contact-item svg {
  margin-right: 8px;
  min-width: 18px;
  min-height: 18px;
}
.contact-banner iframe {
  width: 100%;
  height: 400px;
}

.contact-text .contact-faq h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  line-height: 39px;
  border-left: 4px solid rgba(var(--gray-900), 1);
  background-color: rgba(var(--gray-200), 1);
  padding: 0 12px;
}
.contact-text .contact-faq h3 + p {
  margin: 8px 0 30px 0;
  color: rgba(var(--gray-1200), 1);
  font-size: 16px;
}

.sub-heading {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 500;
}
.sub-heading span {
  color: rgba(var(--gray-1200), 1);
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.my-account-primary-details-box {
  padding: 20px;
  border: 1px solid rgba(var(--gray-600), 1);
  margin-bottom: 20px;
}

.messages-thread {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid rgba(var(--gray-600), 1);
  display: flex;
  flex-direction: column-reverse;
}
.messages-thread li {
  list-style: none;
  display: flex;
  margin-bottom: 26px;
}
.messages-thread li .img-profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.messages-thread li .message-body {
  width: 60%;
  margin: 0 16px;
  padding: 20px 30px;
  border-radius: 0 28px 28px 28px;
  background-color: rgba(var(--warning), 0.08);
  border: 1px solid rgba(var(--warning), 0.2);
}
@media screen and (max-width: 769px) {
  .messages-thread li .message-body {
    width: 100%;
    flex: 1;
  }
}
.messages-thread li .message-body .message-header {
  display: flex;
  justify-content: space-between;
}
.messages-thread li .message-body .message-header h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
.messages-thread li .message-body .message-header h5 a {
  text-decoration: none;
  color: rgba(var(--gray-1400), 1);
}
.messages-thread li .message-body .message-header span {
  color: rgba(var(--gray-1200), 1);
  font-size: 12px;
}
.messages-thread li .message-body .message {
  font-size: 16px;
  font-weight: 500;
}
.messages-thread li .message-body .attachment {
  border: 2px dashed rgba(var(--gray-1200), 1);
  background-color: #fff;
  padding: 12px;
  color: rgba(var(--gray-1400), 1);
}
.messages-thread li.media-client {
  flex-direction: row-reverse;
}
.messages-thread li.media-client .message-body {
  border-radius: 28px 0 28px 28px;
  background-color: rgba(var(--blue), 0.08);
  border: 1px solid rgba(var(--blue), 0.2);
}

.edit-profile-images input[type=file] {
  display: none;
}
.edit-profile-images .cover-image {
  height: 220px;
  background-color: rgba(var(--gray-100), 1);
  position: relative;
  border: 6px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(var(--gray-1500), 0.1);
  position: relative;
  background-size: cover;
}
.edit-profile-images .cover-image .btn-container {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}
.edit-profile-images .cover-image .btn-container .btn {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.edit-profile-images .cover-image .btn-container .btn + .btn {
  margin-left: 10px;
}
.edit-profile-images .cover-image .avtar-image {
  position: absolute;
  height: 140px;
  width: 140px;
  left: 10px;
  bottom: -30px;
  border: 4px solid #fff;
  box-shadow: 0 0 4px rgba(var(--gray-1500), 0.1);
  border-radius: 50%;
}
.edit-profile-images .cover-image .avtar-image label {
  position: absolute;
  top: 0;
  right: 0;
}
.edit-profile-images .cover-image .avtar-image img {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.error-404 {
  text-align: center;
  padding: 40px 0;
}
.error-404 h1, .error-404 h2 {
  margin: 0;
}
.error-404 h1 {
  font-size: 182px;
  font-weight: 600;
  line-height: 180px;
}
.error-404 h2 {
  font-size: 82px;
  font-weight: 500;
  line-height: 100px;
}
.error-404 p {
  font-size: 26px;
  color: rgba(var(--gray-1200), 1);
  margin: 10px 0 60px 0;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
#baguetteBox-overlay .baguetteBox-button {
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
#baguetteBox-overlay .baguetteBox-button svg {
  position: static;
  height: 24px;
  width: 24px;
}
#baguetteBox-overlay .baguetteBox-button:hover {
  background-color: rgb(255, 255, 255);
  color: #000;
}

.tabs {
  display: flex;
  margin: 0;
  padding: 0;
}
.tabs li {
  list-style: none;
}
.tabs li + li {
  margin-left: 20px;
}
.tabs li a {
  text-decoration: none;
  line-height: 46px;
  font-weight: 500;
  display: block;
  border-top: 4px solid transparent;
}
.tabs li.active a {
  color: rgba(var(--gray-1500), 1);
  border-top: 4px solid rgba(var(--primary), 1);
}

nav[aria-label="Page navigation"]:has(.pagination) {
  border-top: 1px solid rgba(var(--gray-600), 1);
}

.pagination {
  display: flex;
  margin: 0;
  padding: 2rem 0;
  justify-content: center;
}
.pagination li {
  list-style: none;
  margin: 0 4px;
}
.pagination li a {
  display: block;
  height: 40px;
  width: 40px;
  background-color: rgba(var(--gray-400), 1);
  color: rgba(var(--gray-1500), 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.pagination li a:hover {
  background-color: rgba(var(--gray-600), 1);
}
.pagination li.active a {
  background-color: rgba(var(--primary), 1);
  color: #fff;
}

.shipping-address-box {
  padding: 20px;
  border: 2px dashed rgba(var(--gray-900), 1);
  background-color: rgba(var(--gray-100), 1);
  border-radius: 6px;
}
.shipping-address-box.add-new {
  border-color: rgba(var(--primary), 1);
  background-color: rgba(var(--primary), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.shipping-address-box.add-new a {
  font-size: 16px;
  font-weight: 500;
}
.shipping-address-box.add-new a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.shipping-address-box h4 {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 18px;
}
.shipping-address-box p {
  margin: 0 0 4px 0;
}
.shipping-address-box .actions {
  margin: 18px 0 0px 0;
}

.user-profile {
  margin-top: -3rem;
}
.user-profile .user-profile_cover-image {
  height: 400px;
  border-bottom: 1px solid rgba(var(--gray-600), 1);
  background-size: cover;
  position: relative;
}
.user-profile .user-profile_cover-image:not([style*="uploads/profile/"]) {
  background-color: rgba(var(--primary), 0.1);
  opacity: 0.8;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #cffff1 10px), repeating-linear-gradient(rgba(34, 167, 126, 0.3333333333), rgba(var(--primary), 1)) !important;
}
.user-profile .user-profile_cover-image:before {
  content: "";
  display: block;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.user-profile .profile-right-column {
  display: flex;
  flex-direction: column;
}
.user-profile .profile-right-column .tabs {
  margin-top: auto;
}
.user-profile .user-profile_primary-details {
  margin-top: -174px;
  position: relative;
  z-index: 2;
}
.user-profile .user-profile_primary-details .user-avatar {
  border: 1px solid rgba(var(--gray-600), 1);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.user-profile .user-profile_primary-details .username {
  margin: 0 0 0px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}
.user-profile .user-profile_primary-details .username > * {
  margin-right: 20px;
}
.user-profile .user-profile_primary-details .username a {
  font-size: 34px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-shadow: 0 0 4px rgba(var(--gray-1500), 1);
}
.user-profile .user-profile_primary-details p.info {
  color: #fff;
  margin: 0 0 12px 0;
  text-shadow: 0 0 4px rgba(var(--gray-1500), 1);
}

/*# sourceMappingURL=base-kushboi.css.map */
