a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: unset !important;
  outline-offset: 0;
}
.category-wrapper,
.product-wrapper {
  padding: 0;
}
.collection-header {
  background: linear-gradient(90deg, #FDFBFB 0%, #EBEDEE 100%);
  padding: 45px 30px 35px 30px;
  margin-bottom: 0px;
}
h1.collection-title {
  font-family: Rozha One;
  font-weight: Regular;
}
.section-container {
  position: relative;
  margin: 0 auto;
  max-width: var(--container_width);
  width: 95%;
  padding-top: 24px;
}
.category-filters-box {
  padding-bottom: 36px;
}
.filter-title {
  padding: 15px 0;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}
.filter-title .filter-sub-title {
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  margin: 8px;
}
.sort-box {
  text-align: left;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 10px 0;
}
.sort-box .sort-btn {
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #333;
  border-radius: 5px;
  display: inline-block;
  margin: 0 7px;
  position: relative;
  text-decoration: none !important;
}
.sort-box .sort-btn.active {
  color: #e94a6b;
  border-color: #e94a6b;
}
.sort-box .sort-btn.active::before {
  display: block;
  content: " ";
  width: 17px;
  height: 17px;
  color: #fff;
  background: #e94a6b;
  bottom: 0px;
  position: absolute;
  left: 100%;
  margin: 0 0 0 -16px;
  border-radius: 10px 0 5px;
}
.sort-box .sort-btn.active::after {
  content: " ";
  position: absolute;
  right: 4px;
  transform: 2px solid #FFF;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  bottom: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 8px;
  width: 5px;
}
.sort-bar {
  padding: 0 20px;
}
.sort-bar.mobile {
  display: none !important;
}
.sort-bar select {
  background: #fff url('/assets/img/select1.png') no-repeat 96% 50%;
  background-size: 12px 6px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  margin-bottom: 0;
  width: 160px;
  border-color: #333;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  height: 40px;
  min-height: 40px;
}
.filter-btn {
  padding: 7px 10px;
  border: 1px solid #333;
  cursor: pointer;
  border-radius: 10px;
  white-space: nowrap;
}
.filter-btn span {
  padding-left: 5px;
}
.collapse-title {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
}
.collapse-title[aria-expanded="false"] span.caret {
  transform: rotate(180deg);
}
.collapse-title:active,
.collapse-title:visited,
.collapse-title:hover {
  text-decoration: none;
}
.refine-box {
  padding: 10px 5px;
  border-bottom: 1px solid #d4d4d4;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.refine-box.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.refine-box .refine-title {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.refine-box .btn-clear_all {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
}
.refine-box .refine-by-type {
  font-size: 12px;
  cursor: pointer;
  position: relative;
}
.refine-box .refine-by-type:before {
  width: 12px;
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  right: 10px;
  top: 12px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.refine-box .refine-by-type:after {
  width: 12px;
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  right: 10px;
  top: 12px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.refine-box .refine-by-value {
  font-weight: bold;
}
.product-type {
  width: 25%;
  float: left;
}
.product-type .ptype-title {
  position: relative;
  display: block;
  line-height: 38px;
}
.product-type .ptype-title .btn-clear {
  position: absolute;
  right: 5px;
  font-weight: normal;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  padding: 0 15px;
  display: none;
}
.product-type .ptype-title .btn-clear.active {
  display: inline-block;
}
.product-type-category {
  padding: 10px 10px 10px 0;
  align-items: start;
}
.product-type-category .btn-ptype {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 15px;
  min-height: 38px;
  line-height: 36px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.product-type-category .btn-ptype span {
  border: 1px solid #333;
  color: #333;
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  position: relative;
}
.product-type-category .btn-ptype.active span {
  border: 2px solid #e94a6b;
  line-height: 34px;
}
.product-type-category .btn-ptype.active span::before {
  display: block;
  content: " ";
  width: 17px;
  height: 17px;
  color: #fff;
  background: #e94a6b;
  bottom: 0px;
  position: absolute;
  left: 100%;
  margin: 0 0 0 -16px;
  border-radius: 10px 0 5px;
}
.product-type-category .btn-ptype.active span::after {
  content: " ";
  position: absolute;
  right: 4px;
  transform: 2px solid #FFF;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  bottom: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 8px;
  width: 5px;
}
.product-container {
  display: flex;
  position: relative;
  margin: 0 auto;
  flex-wrap: wrap;
}
.product-container .product-images {
  display: flex;
  flex-wrap: wrap;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}
.product-container .product-images .product-nav {
  max-height: 550px;
}
.product-container .product-images .product-wish {
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 25px;
  right: 25px;
  background: #fff;
  box-shadow: 0 0 3px #000;
  z-index: 99;
  color: #999;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  z-index: 9996;
}
.product-container .product-images .product-wish .product-wish-icon {
  font-size: 20px;
  text-align: center;
  padding-right: 2px;
}
.product-container .product-images .product-wish.wished .product-wish-icon {
  color: #E94A6B;
}
.product-container .product-details {
  padding: 0;
}
.product-container .product-details .price_container {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}
.product-container .product-details .price_container .price-ui {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.product-container .product-details .price_container .price--sale {
  font-size: 32px;
  line-height: 48px;
  margin-right: 8px;
  color: #e94a6b;
  font-weight: bold;
}
.product-container .product-details .price_container .compare-at-price {
  font-size: 20px;
  line-height: 1.25;
  text-decoration-line: line-through;
  color: #858585;
  order: 2;
  flex-basis: 100%;
}
.product-container .product-details .price_container .unit-pricing {
  display: block;
  font-size: 15px;
  margin-top: 2px;
  order: 4;
}
.product-container .product-details .price_container .sale.savings {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  padding: 4px 8px;
  background: #E94A6B;
  border-radius: 6px;
  order: 1;
  width: unset;
  margin-right: 5px;
  font-weight: bold;
}
.product-container .product-details .product-form {
  max-width: 100%;
}
.product-container .product-details .swatch_options {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px 24px 8px;
}
.product-container .product-details .swatch_options .swatch {
  margin-bottom: 16px;
}
.product-container .product-details .option_title {
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-bottom: 12px;
}
.product-container .product-details #customily-options {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px 24px 8px;
  width: 100% !important;
  margin-bottom: 10px;
}
.product-container .product-details #customily-options .swatch {
  margin-bottom: 16px;
}
.product-container .product-details #customily-options .customily_option {
  display: flex;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-container .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  width: 93%;
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  padding-bottom: 10px;
}
.product-container .trust-item {
  font-size: 15px;
}
.product-container .trust-item span {
  font-weight: bold;
  margin-right: 5px;
}
.product-container .trust-item.item-review {
  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  padding-left: 10px;
  padding-right: 10px;
}
.product-container .trust-item .rate-stars {
  color: #ff9900;
}
.maxlength-counter,
.required-label {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #000;
}
.maxlength-counter .required-text,
.required-label .required-text {
  display: none;
  color: #e94a6b;
}
.swatch_options {
  position: relative;
}
.crossed-out {
  background-image: linear-gradient(to bottom left, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.myradio-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.myradio-box .radio-btn {
  cursor: pointer;
  border: 1px solid #e94a6b;
  color: #333;
  border-radius: 8px;
  display: block;
  flex: 0 0 auto;
  position: relative;
  height: 38px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px 10px 0;
  margin-bottom: 10px;
  min-width: 40px;
  transform: translateZ(0);
}
.myradio-box .radio-btn .crossed-out {
  display: none;
}
.myradio-box .radio-btn.radio-round {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  padding: 8px 16px;
  line-height: 20px;
}
.myradio-box .radio-btn.radio-round .white_svg {
  opacity: 0;
}
.myradio-box .radio-btn.radio-round.checked .white_svg {
  opacity: 1;
}
.myradio-box .radio-btn.customily-swatch {
  display: flex;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
  padding: 0px !important;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 80px;
  height: 80px;
}
.myradio-box .radio-btn.customily-swatch img {
  width: 74px;
  height: 74px;
  border-radius: 5px;
}
.myradio-box .radio-btn.customily-swatch.checked img {
  width: 72px;
  height: 72px;
}
.myradio-box .radio-btn.checked {
  border: 2px solid #e94a6b;
  line-height: 34px;
}
.myradio-box .radio-btn.checked:not(.radio-round):before {
  display: block;
  content: " ";
  width: 17px;
  height: 17px;
  color: #fff;
  background: #e94a6b;
  bottom: 0px;
  position: absolute;
  left: 100%;
  margin: 0 0 0 -16px;
  border-radius: 10px 0 5px;
}
.myradio-box .radio-btn.checked:not(.radio-round):after {
  content: " ";
  position: absolute;
  right: 4px;
  transform: 2px solid #FFF;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  bottom: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 8px;
  width: 5px;
}
.myinput-box {
  width: 100%;
}
.myinput-box select,
.myinput-box input {
  border-radius: 8px;
  border: 1px solid #000000;
  min-height: 56px;
  padding: 10px 24px;
  width: 100%;
  outline-color: currentColor;
}
.myinput-box select {
  background: url("/assets/img/select1.png") #fff no-repeat 96% 50% !important;
}
span.color_selected,
span.style_selected {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #858585;
  margin-left: 16px;
}
.preview_btn {
  word-spacing: 0px;
  background-color: #fff;
  padding: 16px 0;
  width: 100%;
  margin: 10px auto 24px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #000000;
  -webkit-text-fill-color: #000000;
  border-inline: 1px solid #000000;
  min-height: 56px;
  max-height: 60px;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.preview_btn .preview-btn-icon {
  margin-right: 5px;
}
.purchase-details {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-bottom: 20px;
}
.purchase-details .myinput-box {
  width: auto;
}
.purchase-details .purchase-details_quantity {
  width: 16%;
  max-width: 143px;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  min-width: 100px;
}
.purchase-details .add_to_cart {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  height: 56px;
}
.selling-point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.selling-point-item {
  text-align: center;
}
.selling-point-item-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 10px;
}
.shipping-tabbed-items,
.description-tabbed-items {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 16px;
  margin-top: 10px;
}
.shipping-tabbed-items ul,
.description-tabbed-items ul {
  margin-bottom: 20px;
}
#shipping {
  margin-top: 10px;
}
.description-tabbed-items .description {
  margin-bottom: 15px;
  margin-top: 10px;
}
.description-tabbed-items .description p {
  margin: 0 20px;
}
.description-tabbed-items .description ul {
  list-style: disc outside;
}
.description-tabbed-items .description ul li {
  position: relative;
}
.description-tabbed-items .description ul li:before {
  position: absolute;
  content: "";
  top: 5px;
  left: -19.5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
}
.product-description {
  padding: 0 15px;
  overflow: hidden;
}
.product-description .first-banner-desktop {
  border-radius: 8px;
}
.product-description .description-box {
  display: flex;
  flex-direction: column;
  margin-top: -30px;
  padding: 30px 0px;
}
.product-description .description-title {
  margin: 0 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  font-size: 21px;
  padding: 7px 0;
  line-height: 1.5;
}
.product-description .description-title:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: calc(100% + 5px);
  height: 3px;
  background-color: #b6204e;
  margin-right: -5px;
}
.product-description .description-content {
  text-align: justify;
  text-justify: distribute;
  margin: 0 20px;
}
.product-description .description-block {
  padding: 0 15px;
}
.product-description .description-block img {
  width: 100%;
}
.description-readmore {
  text-align: center;
  padding-top: 15px;
}
.description-readmore .description-readmore-btn {
  list-style: none;
  display: inline-block;
  margin: 0 6px;
  border: 1px solid;
  padding: 5px 15px;
  border-radius: 7px;
  color: #000;
}
.tabbed-title {
  font-weight: 500;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
}
a.size_chart,
a.pillow-help {
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;
  color: #2787df;
  position: absolute;
  right: 24px;
  top: 10px;
  cursor: pointer;
}
a.towishlist {
  text-decoration: underline;
  color: #FFF;
}
.tippy-box[data-theme~=light] {
  border-radius: 10px;
}
.tippy-box[data-theme~=light] .tippy-content {
  background-color: #a79c9d;
  border-radius: 8px;
  padding: 10px 15px !important;
  font-size: 14px;
  color: #FFF;
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #a79c9d !important;
}
.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #a79c9d !important;
}
.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #a79c9d !important;
}
.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #a79c9d !important;
}
.products-list {
  margin-left: 0;
  margin-right: 0;
  float: left;
  width: 75%;
  flex-wrap: wrap;
}
.products-list.full-width {
  width: 100%;
}
.products-list .product-item {
  position: relative;
  padding: 15px;
  float: unset !important;
}
.products-list .product-item .product-img-box .product-img {
  width: 100%;
}
.products-list .product-item .product-img-box .product-img:last-child {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.products-list .product-item .product-img-box .product-img img {
  width: 100%;
  border-radius: 10px;
}
.products-list .product-item .product-img-box:hover .product-img:first-child {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.products-list .product-item .product-img-box:hover .product-img:last-child {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.products-list .product-item .product-inner {
  border: 1px solid #d4d4d4;
  padding: 15px;
  border-radius: 15px;
  height: 100%;
}
.products-list .product-item .product-wish {
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 25px;
  right: 25px;
  background: #fff;
  box-shadow: 0 0 3px #000;
  z-index: 99;
  color: #999;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}
.products-list .product-item .product-wish .product-wish-icon {
  font-size: 20px;
  text-align: center;
  padding-right: 2px;
}
.products-list .product-item .product-wish.wished .product-wish-icon {
  color: #E94A6B;
}
.products-list .product-item .product-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  height: auto;
}
.products-list .product-item .product-bottom {
  flex-wrap: wrap;
}
.products-list .product-item .product-oprice {
  color: #8c8a8a;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 24px;
}
.products-list .product-item .product-price {
  color: #ff57a5;
  font-size: 23px;
  font-weight: bold;
}
.products-list .product-item .product-price span {
  color: #ff57a5;
}
.products-list .product-item .product-price .product-tag-sales {
  width: fit-content;
  padding: 2px 8px;
  background: #E94A6B;
  border-radius: 4px;
  margin-left: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  white-space: nowrap;
  margin-right: 10px;
}
.products-list .product-item .product-sold {
  display: flex;
  line-height: 1;
  font-size: 15px;
  line-height: 28px;
  align-items: center;
}
.products-list .product-item .product-sold .label {
  color: #999;
  font-weight: normal;
  padding: 0 0 0 5px;
  font-size: 15px;
}
.products-list .product-item .product-sold .sold-num {
  font-weight: bold;
}
.form-group-new {
  position: relative;
}
.form-group-new label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  margin-bottom: -12px;
  background: #ffffff;
  position: absolute;
  width: max-content;
  margin-left: 15px;
  display: block;
  top: -8px;
  padding: 0 8px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  z-index: -1;
  transform: translateY(30px);
}
.form-group-new input {
  height: 64px;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #000000;
  margin-bottom: 16px;
  padding: 0 20px;
}
.form-group-new input:focus ~ label {
  transform: translateY(0) !important;
  z-index: unset!important;
  opacity: 1!important;
}
.full-width {
  width: 100%;
}
@media (min-width: 1200px) {
  .product-images {
    width: calc(55% - 24px);
  }
  .product-images .product_nav {
    width: 18%;
    float: left;
    margin-right: 2%;
  }
  .product-images .product_nav .slick-slide {
    padding: 5px 0;
    opacity: 0.5;
  }
  .product-images .product_nav .slick-slide.slick-current {
    opacity: 1;
  }
  .product-images .multi-image {
    width: 80%;
    float: right;
    margin-bottom: 30px;
  }
  .product-images .multi-image .slick-slide {
    padding: 0 5px;
  }
  .product-container .sticky-desktop {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    height: 100%;
  }
  .product-container .product-details {
    width: calc(45% - 24px);
  }
  .product-container .product-details .swatch_options {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  h1.collection-title {
    font-family: Rozha One;
    font-weight: Regular;
    font-size: 64px!important;
    line-height: 69px!important;
  }
  .collection-subheading {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.125em;
  }
  .product-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .product-images .product_nav {
    width: 156px;
    flex: 0 0 156px;
    max-width: 156px;
  }
  .product-images .product_nav .slick-slide {
    padding: 5px 0;
    opacity: 0.5;
  }
  .product-images .product_nav .slick-slide.slick-current {
    opacity: 1;
  }
  .product-images .multi-image {
    width: calc(100% - 186px);
    flex: 0 0 calc(100% - 186px);
    max-width: calc(100% - 186px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .product-images .multi-image .slick-slide {
    padding: 0 5px;
  }
  .product-container .product-details {
    width: 100%;
    padding: 30px 0;
  }
  .product-container .product-details .swatch_options {
    margin-bottom: 15px;
  }
}
@media (min-width: 970px) and (max-width: 1023px) {
  .collection-header {
    padding: 40px 25px 30px 25px;
    margin-bottom: 35px;
  }
  h1.collection-title {
    font-size: 44px!important;
    line-height: 49px!important;
  }
  .collection-subheading {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.3em;
  }
  .product-type {
    width: 30%;
    float: left;
  }
  .products-list {
    width: 70%;
  }
  .products-list.full-width {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .product-images .product_nav {
    width: 156px;
    flex: 0 0 156px;
    max-width: 156px;
  }
  .product-images .product_nav .slick-slide {
    padding: 5px 0;
    opacity: 0.5;
  }
  .product-images .product_nav .slick-slide.slick-current {
    opacity: 1;
  }
  .product-images .multi-image {
    width: calc(100% - 186px);
    flex: 0 0 calc(100% - 186px);
    max-width: calc(100% - 186px);
    margin-right: 20px;
  }
  .product-images .multi-image .slick-slide {
    padding: 0 5px;
  }
  .product-container .product-details {
    width: 100%;
    padding: 30px 0;
  }
  .product-container .product-details .swatch_options {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 969px) {
  .collection-header {
    padding: 40px 25px 30px 25px;
    margin-bottom: 35px;
  }
  h1.collection-title {
    font-size: 44px!important;
    line-height: 49px!important;
  }
  .collection-subheading {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.3em;
  }
  .product-type {
    width: 30%;
    float: left;
  }
  .products-list {
    width: 70%;
  }
  .products-list.full-width {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .product-images .product_nav {
    width: 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
  .product-images .product_nav .slick-slide {
    padding: 5px 0;
    opacity: 0.5;
  }
  .product-images .product_nav .slick-slide.slick-current {
    opacity: 1;
  }
  .product-images .multi-image {
    width: calc(100% - 136px);
    flex: 0 0 calc(100% - 136px);
    max-width: calc(100% - 136px);
    margin-right: 20px;
  }
  .product-images .multi-image .slick-slide {
    padding: 0 5px;
  }
  .product-container .product-details {
    width: 100%;
    padding: 30px 0;
  }
  .product-container .product-details .swatch_options {
    margin-bottom: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .collection-header {
    padding: 40px 25px 30px 25px;
    margin-bottom: 35px;
  }
  h1.collection-title {
    font-size: 44px!important;
    line-height: 49px!important;
  }
  .collection-subheading {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.3em;
  }
  .product-type {
    display: none;
  }
  .product-type.mactive {
    display: block;
    width: 100%;
    padding: 0 25px;
  }
  .product-type.mactive .product-type-category {
    padding-right: 0;
  }
  .products-list {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-list.full-width {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-list .product-item {
    padding: 10px;
  }
  .sort-bar.mobile {
    display: flex !important;
  }
  .product-container {
    width: 100% !important;
  }
  .product-container .product-details {
    padding: 30px 20px;
    width: 100%;
  }
  .product-container .product-details .product-name {
    font-size: 18px;
    width: 100%;
  }
  .product-container .product-details .swatch_options {
    margin-bottom: 15px;
    border: none;
    padding: 0;
  }
  .category-wrapper,
  .product-wrapper {
    padding-top: 85px;
  }
  .product-images {
    width: calc(100% - 20px);
    display: block !important;
    margin: 0 auto;
  }
  .product-images .multi-image {
    width: 100%;
    margin-right: 0;
  }
  .product-images .multi-image .slick-slide {
    padding: 0 5px;
  }
  .tabbed-title {
    font-size: 16px;
    line-height: 24px;
  }
  .preview_btn .preview-show-left {
    content: "";
    font-size: 0;
    position: fixed;
    width: 93px;
    height: 76px;
    right: -16px;
    left: auto;
    top: 365px;
    padding: 16px 24px 16px 16px;
    background-image: url("/assets/img/previeweyeicon.jpg");
    background-size: contain;
    border: 1px solid #000000;
    z-index: 999;
  }
}
@media (max-width: 480px) {
  .collection-header {
    padding: 30px 20px 25px 20px;
    margin-bottom: 0px;
  }
  h1.collection-title {
    font-size: 30px!important;
    line-height: 36px!important;
  }
  .collection-subheading {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.28em;
  }
  .product-type {
    display: none;
  }
  .product-type.mactive {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .product-type.mactive .product-type-category {
    padding-right: 0;
  }
  .products-list {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-list.full-width {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-list .product-item {
    padding: 7.5px;
  }
  .sort-bar.mobile {
    display: flex !important;
  }
  .product-container {
    width: 100% !important;
  }
  .product-container .product-details {
    width: 100%;
    padding: 20px 15px;
  }
  .product-container .product-details .product-name {
    font-size: 16px;
    width: 100%;
  }
  .product-container .product-details .swatch_options {
    margin-bottom: 15px;
    border: none;
    padding: 0;
  }
  .category-wrapper,
  .product-wrapper {
    padding-top: 85px;
  }
  .product-images {
    width: calc(100% - 20px);
    display: block !important;
    margin: 0 auto;
  }
  .product-images .multi-image {
    width: 100%;
    margin-right: 0;
  }
  .product-images .multi-image .slick-slide {
    padding: 0 5px;
  }
  .tabbed-title {
    font-size: 16px;
    line-height: 24px;
  }
  .preview_btn .preview-show-left {
    content: "";
    font-size: 0;
    position: fixed;
    width: 93px;
    height: 76px;
    right: -16px;
    left: auto;
    top: 365px;
    padding: 16px 24px 16px 16px;
    background-image: url("/assets/img/previeweyeicon.jpg");
    background-size: contain;
    border: 1px solid #000000;
    z-index: 999;
  }
}
.is-flex {
  display: flex;
}
.is-flex-wrap {
  flex-wrap: wrap;
}
.rte {
  word-break: break-word;
}
