/** Shopify CDN: Minification failed

Line 110:58 Unexpected "{"

**/
.card__content .card-information .price {
  font-size: 1.4rem;
}
.boost-sd__product-price.price.no-margin.align-right{
    font-size: 1.4rem !important;
}
.card__content .h4 {
  font-size: 1.4rem;
}
.gw-best-seller .card__content .h4 {
  font-size: 1.4rem;
}
.product-recommendations .card__content .h4 , .recently-viewed-wrapper .card__content .h4  {
  font-size: 1.4rem;
}
html, body {
    max-width: 100%;
    /* overflow-x: hidden; */
}
/* 25-07-2024 */
.index-page .sound {
    z-index: 1;
}
.header-wrapper.upscrolled .blacklogo
{
  display:none;
}
.gift-message-wrap h2.h4.accordion__title.body-font.text-body {
    font-family: var(--font-heading-family) !important;
    font-size: 16px !important;
    text-align: left;
   color: #000;
    /* color: #8D8D8D; */
}
.video-container {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
 width: 100%;
}
.video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card__inner.color-background-2.gradient.ratio {
  background: transparent;
}
.justify-center {
  justify-content: center;
}
.webyze-ilpo-preview-wrapper {
    z-index: 1 !important;
}
.card-abs .card__information {
  display: flex !important;
  align-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.blogheading a {
    text-decoration: none;
    color: #000;
}

.article-template .grid--gapless.grid {
    column-gap: 8px;
}

.card-abs h3.card__heading {
  background: #fff;
}
.card-abs a.full-unstyled-link {
  font-size: 16px;
  padding: 10px 20px;
  width: 218px;
  text-align: center;
}
.card-abs h3.card__heading {
  border: 1px solid;
  border-style: dotted;
}
.header-wrapper.scrolled {
  transform: translateY(-100px);
}
header.header.header--middle-left.page-width.header--has-menu {
    max-width: 100% !important;
}
a.featured-col-heading-link {
    text-decoration: none;
}

.index-page.white-nav .header-wrapper.upscrolled .h3,
/* .index-page.white-nav .header-wrapper.upscrolled summary svg, */
.index-page.white-nav .header-wrapper.upscrolled .cart-count-bubble,
/* .index-page.white-nav .header-wrapper.upscrolled summary svg path, */
.index-page.white-nav .header-wrapper.upscrolled summary svg path rect,
/* .index-page .header-wrapper.upscrolled .header__icon*/ {
  color: #000 !important;
    fill: #000 !important;
}
/* .index-page.white-nav .header-wrapper.upscrolled .icon-ham line {
      fill: #000 !important;
      stroke:#000 !important;
} */
.index-page.white-nav .header-wrapper.upscrolled .header {
  background: #fff !important;
}
li.blog-horizontal-item.mega-menu__link--active {
    text-decoration: underline;
}
.index-page .header-wrapper.upscrolled .header__icon .cart-svg path {
  fill: #000 !important;
}
/* Button Background */
.white-border {
  border: 2px solid #fff;
}
.black-border {
  border: 1px solid #000;
}
.white-border-1 {
  border: 2px solid #fff;
}
.black-border-1 {
  border: 3px solid #000;
}
.footer-block__newsletter .field__label {
    top: calc(1.5rem + var(--inputs-border-width));
}
.banner__media .banner__text.body {
  font-size: 14px;
}
.uploadImgOuter {
    width: 100px;
    display: block;
}
.footer .footer-block__newsletter {
  text-align: left;
}
.footer .newsletter-form {
  margin-left: 0;
}
.footer .footer-block__details-content.rte {
  font-size: 1.4rem;
  font-family: var(--font-body-family);
}
.footer h2.footer-block__heading {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  font-weight:800;
}
.footer .footer-block__details-content {
  margin-bottom: 15px;
}
.subscribe-me.sb .pop-wrap .newsletter-form__field-wrapper {
    width: 100%;
    max-width: 100%;
}
.megamenu-img-box-link p {
    margin-top: 5px;
}
.mega-menu__link {
    font-size: 1.6rem;
    color: #000;
}
.megamenu-img-box-link p {
    color: #000;
    font-size: 1.2rem;
    font-family: 'Cassandre Tribute';
}
.gohar-class-sliderbottom .button--primary{
    min-width: 22rem;
}
.boost-sd__product-link h3.card__heading.h5 {
    width: 100%;
    display: flex;
    margin:0;
    justify-content: space-between !important;
}
span.boost-sd__product-price--saving {
    display: none;
}
/* FANCY Button */
.button--primary {
  display: inline-block;
  padding: 20px 40px;
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-family: var(--font-heading-family);
   transition: 0.3s;
}

.button--primary::before {
 content: "";
    position: absolute;
    border: 1.5px solid white;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    z-index: 1;
}

.button--primary::after {
 content: "";
    position: absolute;
    border: 1px dotted white;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
}




.restock-rocket-button{
  display: inline-block;
  padding: 20px 40px;
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  position: relative;
   height: 60px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-family: var(--font-heading-family);
   transition: 0.3s;
}

.restock-rocket-button::before {
 content: "";
    position: absolute;
    border: 1.5px solid white;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    z-index: 1;
}

.restock-rocket-button::after {
 content: "";
    position: absolute;
    border: 1px dotted white;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
}




.swiper-pagination-bullet {
    background: #B5B5B5 !important;
         width: 4px !important;
    height: 4px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #4E4E4E !important;
   width:6px !important;
  height:6px !important;
}
/* ==========White Bg ============ */
.button--primary-white {
display: inline-block;
    padding: 25px 20px;
    background-color: #fff;
    color: #000;
    width: 200px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: .3s;
}

.button--primary-white::before {
  content: "";
  position: absolute;
  border: 2px solid black;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  z-index: 1;
}

.button--primary-white::after {
  content: "";
  position: absolute;
  border: 1px dotted black;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
}

/* ==========Image Bg ============ */

.gohar-class-frame-border .banner__content::before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  z-index: 1;
}

.gohar-class-frame-border .banner__content::after {
  content: "";
  position: absolute;
  border: 1px dotted #fff;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
}
.gohar-class-frame-border  .banner__content.banner__content--middle-center {
        max-width: 100%;
    }

/* END FANCY BUTTON */

.banner__box_content .banner__text.body {
  margin-bottom: 40px;
}

/* Five Image Slider Section */
.image-slider-text .slick-dots {
  bottom: 40px;
}
.image-slider-text .slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}
.image-slider-text .slick-dots li button:before {
  font-size: 10px;
  opacity: 0.7;
  color: white;
}
.image-slider-text .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.five-img-slider .imge-three-wrap {
  position: relative !important;
}

/* Frame CSS */
.five-img-slider .imge-three-wrap::before {
  content: "";
  position: absolute;
  border: 3px solid white;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}
.five-img-slider .imge-three-inner::before {
  content: "";
  position: absolute;
  border: 2px solid white;
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
  z-index: 1;
}

.five-img-slider .imge-three-inner::after {
  content: "";
  position: absolute;
  border: 1px dotted white;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}


.mega-menu .mega-menu__list {
    gap: 2.4rem 1rem;
}
/* ---------------------------------------------------------- */
span.product-uppertitle {
  display: block;
}
.card__information h3.card__heading.h5 {
    margin-bottom: 2px;
}
.header .header__menu-item{
      font-size: 2.0rem;
}
.featured-col .collection__title .title:not(:only-child) {
    margin-bottom: 6rem;
}
/* .card-information .price.no-margin.align-right {
  margin: 14px 0px 0px 10px !important;
}
 */
.newsletter-form__button_new {
  padding: 20px 0px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-size: 14px;
}
input#NewsletterForm--footer {
  margin-right: 20px;
  border: 0.75px solid #bebebe;
  margin-top: 0px;
  font-size:1.4rem;
  font-family: var(--font-body-family);
  color: #909090;
  margin-bottom: 0px;
  padding-top: 10px;
}
.newsletter-form__field-wrapper .field::after {
  content: none;
}
.newsletter-form__field-wrapper .field__input {
  height: auto;
}
.footer .footer__content-bottom {
  padding-bottom: 2rem;
  padding-top: 1rem;
  background: #fff;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.6rem;
}

.footer__copyright {
  font-size: 1.6rem;
}

#shopify-section-footer .footer__content-top {

    max-width: 185rem;
    margin: 0 auto;
    padding: 0 2rem;
    padding-top: 6rem;
}
.footer-block__details-content .list-menu__item--link {
  font-size: 1.6rem;
}
.featured-col .title {
  line-height: 0.8;
}
.section-collection-list .collection-list-title {
  line-height: 0.8;
}
.section-collection-list .collection__description.center.body {
  margin-bottom: 5rem;
}

.collection__title.title-wrapper {
  margin-bottom: 4.5rem;
}

#shopify-section-footer .footer {
  margin-top: 0px;
}
/* .header-wrapper.top-page .header__menu-item {
  color: #fff;
} */
.header-wrapper.upscrolled .header__menu-item {
  color: #000;
}

.index-page.white-nav .open-mega.header-wrapper .header__menu-item {
  color: #000;
}
.index-page.white-nav .open-mega summary svg {
  color: #000;
}
.index-page .open-mega.header-wrapper .header__icon {
  color: #000;
}

/* .megamenu-img-inner {
    display: flex;
    gap: 15px;
}

.megamenu-img-container {
    position: absolute;
    right: 0;
    top: 0;
}
.js .mega-menu__content {
    min-height: 40vh;
}
 */
:not(.template-index) .header__heading-logo {
    width: 10rem;
    transition: width 1s;
    position: absolute;
      top: -5px;
    /* left: 3%; */
}



:not(.template-index)  .header-wrapper.upscrolled .blacklogo {
    width: 4rem;
}

:not(.template-index) .menu-open .header-wrapper.upscrolled .blacklogo {
          height: 104px;
      width: 8rem;
    transition: width 1s;
    position: absolute;
    /* left: 3%; */
      top: 13px;
}


.article-card .card__heading {
    margin-top: 5px;
}
.open-mega .mega-menu__list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
time {
    font-family: var(--font-heading-family);
}
.menu-box-img img {
  width: 100%;
}
.mega-menu[open] .mega-menu__content {
  border: 0;
}

.megamenu-img-box-link {
  color: #000;
  text-decoration: none;
}

.megamenu-img-box-link p {
  color: #000;
}

.mega-menu__link:hover,
.mega-menu__link--active {
  font-weight: 800;
}
.subcollection-list .mega-menu__link--active {
    text-decoration: underline;
}


.menu-box-text {
    text-underline-offset: .3rem;
}
.template-product.white-nav .header,
.template-article.white-nav .header {
  background: transparent;
}
.template-product.white-nav .upscrolled .header {
    background: #fff;
}
.template-article .upscrolled .header {
  /* background: linear-gradient(180deg, #ffffffe6, #fffffff2) !important; */
    background: #fff !important;
}
.open-mega .header {
  background: #fff !important;
}
.template-product img.verticle-img {
  width: 100%;
}
.template-product .left-side-img-inner {
  margin: -8px 0;
}
.template-product .product.css-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  padding: 0;
  width: auto;
}

.template-product .product__info-container {
  position: sticky;
  top: 0;
  width: 100%;
}

.template-product .left-side-img-wrap {
  display: flex;
  flex-direction: column;
}

.template-product .left-side-img-inner img {
  max-width: 100%;
  height: auto;
}

.template-product #shopify-section-announcement-bar {
  display: none;
}

.template-product .product__info-detail-outer {
  /* height: 100vh; */
  height: 100%;
  /* overflow-y: auto; */
}
.template-product .product__info-detail-inner {
  width: 70%;
  margin: 0 auto;
  margin-top: 15%;
}
.template-product h4.product__title.text-body {
  font-size: 3.2rem;
  margin-bottom: 0;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--font-heading-family);
}
.template-product form#product-form-installment {
  display: none;
}

.template-product .product__text.subtitle {
  margin-top: 0;
}

.template-product .product__info-detail-inner .price {
  text-align: left !important;
  margin: 2rem 0 !important;
}
.template-product .card__information.grid-twocolumns .price {
  text-align: right !important;
}

.template-product .price__regular .price-item--regular {
  font-size: 1.8rem;
}
.template-product .card__content .price__regular .price-item--regular {
  font-size: 1.4rem;
}
.template-product .subtitle {
  color: #000;
}
.template-product summary .icon-caret {
  left: 0;
}
.template-product .accordion__title {
  padding-left: 30px;
  font-size:1.4rem;
}
.template-product .product__accordion .accordion__content {
  padding-left: 30px;
  color: #8D8D8D;
}
.template-product .product__description p span {
    font-size: 1.4rem !important;
}
textarea#gift-message{
padding: 10px;
}
textarea#gift-message:focus-visible {
    outline:none;
}
textarea#gift-message::placeholder {
    font-size: 1.4rem; 
    padding: 10px;
    padding-top:0px;
    font-family: 'Cassandre Tribute';
    color: #808080;
}
.template-product summary .icon-plus-minus {
    position: absolute;
    top: calc(50% - 1.5rem);
    font-size: 2.2rem;
    font-weight: 100 !important;
}

.template-product .icon-plus-minus::before {
  content: "+";
}

.template-product details[open] .icon-plus-minus::before {
  content: "-";
}

.template-product .accordion summary {
  padding: 0.5rem 0;
}

.template-product .product-form__input.product-form__quantity {
  margin-top: 25px;
}

.template-product .product .button--primary {
  padding: 25px 40px;
}

.template-product variant-radios,
.template-product variant-selects {
  margin-top: 30px;
}

.template-product
  .reggie-outer
  .gift-reggie-buttons
  .gift-reggie-registry-button
  input {
  /* color:#8D8D8D; */
  color:#000;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  font-family: var(--font-heading-family) !important;
  font-size: 16px !important;
  text-align: left;
}
.template-product
  .reggie-outer
  .gift-reggie-buttons
  .gift-reggie-registry-button
  input:hover {
  text-decoration: underline;
}

.template-product textarea#gift-message {
  width: 100%;
  resize: none;
      font-family: 'Armorial';
}

.template-product .gift-message-wrap summary .icon-caret {
  position: relative;
}
.template-product .gift-message-wrap summary .accordion__title{
      font-family: var(--font-heading-family) !important;
}
.template-product .gift-message-wrap summary .accordion__title,
.template-product .gift-message-wrap .product__accordion .accordion__content {
  padding-left: 0px;
  padding-right: 20px;
}

.template-product .gift-reggie-registry-button {
  margin-top: -10px;
  margin-left: -6px;
      font-family: var(--font-heading-family) !important;
}

.page-width-max {
  max-width: 185rem;
  margin: 0 auto;
}

.template-collection #MainContent {
  margin-top: 8rem;
}
.subcollection-list .scroll-container {
  width: 90%;
  margin:0 auto;
}
.subcollection-list .horizontal-list li {
  text-align:center;
  text-underline-offset: .3rem;
}
ul.horizontal-list.slick-initialized.slick-slider {
    padding-left: 0;
}
.subcollection-list .horizontal-list {
  display: flex;
  list-style-type: none;
  justify-content: center;
}



/* .subcollection-list .scroll-container {
  width: 100%;
  margin:0 auto;
}

.subcollection-list .horizontal-list {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: center;
  margin-bottom: 25px;
}

.subcollection-list .horizontal-list li {
  padding: 10px;
  margin: 0 10px;
  text-align:center;
  min-width: fit-content !important;
  white-space: nowrap;
}
 */
.subcollection-list .horizontal-list li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size:1.6rem;
  color: #000;
  font-family: var(--font-heading-family); 
}
.subcollection-list .horizontal-list li a:hover {
    font-weight: 800;
  text-decoration: underline;
}
.blog-subcollection-list .blog-horizontal-list li a {
  text-transform: uppercase;
  font-family: var(--font-heading-family);
  text-decoration: none;
  color: #000;
}
.blog-subcollection-list .blog-horizontal-list li a:hover {
    font-weight: 800;
  text-decoration: underline;
}







.blog-subcollection-list .scroll-container {
  width: 90%;
  margin:0 auto;
}
.blog-subcollection-list .blog-horizontal-list li {
  text-align:center;
  text-underline-offset: .3rem;
  display: flex;
  justify-content: center;
    align-items: center;
}
ul.blog-horizontal-list.slick-initialized.slick-slider {
    padding-left: 0;
}
.blog-subcollection-list .blog-horizontal-list {
  display: flex;
  list-style-type: none;
  justify-content: center;
}
/* .subcollection-list .scroll-container {
  width: 100%;
  margin:0 auto;
}

.blog-subcollection-list .horizontal-list {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: center;
  margin-bottom: 25px;
}

.blog-subcollection-list .horizontal-list li {
  padding: 10px;
  margin: 0 10px;
  text-align:center;
  min-width: fit-content !important;
  white-space: nowrap;
}
 */
.blog-subcollection-list .blog-horizontal-list li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
}
.blog-subcollection-list .blog-horizontal-list li a:hover {
    font-weight: 800;
}





.template-collection li.grid__item.available-product {
  padding-bottom: 0;
}

.template-collection .page-width-max .card__content .h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.template-blog .content-for-layout {
  margin-top: 10rem;
}
.template-blog .article-card__info.body-font.text-body.left {
  font-size: 1.6rem;
   font-family: var(--font-heading-family);
  text-transform: uppercase;
}
.template-blog .card__heading {
  line-height: 1;
}

.template-blog .full-unstyled-link {
  font-weight: 700;
  font-size: 1.6rem;
}
.template-article .gw_img-text-blogpost h2.image-with-text__heading.h1 {
  display: flex;
  flex-direction: column;
}
.template-article .gw_img-text-blogpost span.blog-title-first {
  font-size: 1.6rem;
}
.template-article .gw_img-text-blogpost span.blog-title-second {
  font-size: 3.2rem;
  line-height: 0.8;
}

.blog-load-more_wrap img {
  max-width: 25px;
}

.main-blog {
  margin-bottom: 60px;
}

.blog-articles .card__content {
  padding-bottom: 0rem;
}

.read-gohar-page {
  margin-top: 10rem;
}

.featured-col-v3 {
  margin: 1rem auto;
}
.featured-col-v3
  .collection--full-width
  slider-component:not(.slider-component-desktop) {
  padding: 0;
}

.article-template__link.button.button--primary {
  width: 30rem;
  padding: 20px;
}
.article-template__back:last-child {
  margin-bottom: 3.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-template .article-template__content.article-template__blog_content {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.article-template
  .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
  padding-bottom: 0;
  text-align: center;
}
.article-template .grid__blog_item .grid__blog_item .metafield-rich_text_field {
  padding: 2rem 0rem;
}

.article-template .grid__blog_item img {
  margin-bottom: 0 !important;
  width: 100%;
   height: 100%;
}

.template-index .blacklogo {
  display: none;
}
:not(.template-index) .whitelogo {
  display: none;
}
:not(.template-index) .header__search svg path {
    fill: #231f20;
}
.index-page.white-nav .header__search svg path {
    fill: #fff;
}
.index-page.white-nav .icon-ham line {
    fill: #fff;
      stroke:#fff;
}
.template-index .whitelogo {
  display: block;
}

.upscrolled .blacklogo {
   display: block;
     width: 5rem;
    top: -58px;
    /* left: 3%; */
    position: absolute;
}
.upscrolled .blacklogo,
.open-mega {
  display: block;
}
.upscrolled .whitelogo {
  display: none;
}
.upscrolled.open-mega .blacklogo {
         width: 8rem;
   transition: width 1s;
    position: absolute;
    top: -10px;
    /* left: 80px */
}
.header-wrapper.top-page.open-mega .whitelogo {
  display: none;
}

.header-wrapper.top-page.open-mega .blacklogo {
  display: block;
}


.button:not([disabled]):hover {
    background-color: #121212a1;
    color: #fff;
}

.menu-box-text:hover{
  /* text-decoration: underline; */
      font-weight: 600;
}




.fonts-list.product-customizer-hidden .font {
  display: inline-block;
  padding: 20px 40px;
  background-color: black;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
   transition: 0.3s;
}
.product-customizer-option.option-type-font .fonts-list.product-customizer-hidden .font:hover {
    background: #dedede69;
}
.fonts-list.product-customizer-hidden .font:before {
    content: "";
    position: absolute;
    border: 2px solid white;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 0px;
    z-index: 1;
}

.fonts-list.product-customizer-hidden .font:after {
    content: "";
    position: absolute;
    border: 1px dotted white;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 6px;
}

section#shopify-section-template--20462519025869__1720678583cc00bd14 .page-width {
    max-width: 100%;
}
.template-collection .boost-sd__toolbar-inner {
    max-width: 100%;
}
.template-collection  .boost-sd__toolbar-content {
        border: none;
}
.template-collection  .boost-sd-layout {
  max-width: 100%;
}
.template-collection  .boost-sd__product-image img {
  transition: opacity 0.3s ease-in-out,
    border-radius 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.3s ease-in-out,
    border-radius 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.template-collection  .boost-sd__product-item:hover .boost-sd__product-image img {
  border-radius: 500px 500px 0 0;
  -webkit-border-radius: 500px 500px 0 0;
  -moz-border-radius: 500px 500px 0 0;
  -khtml-border-radius: 500px 500px 0 0;
}



/* Blog Arch */
/* .template-suff-read-gohar  .blog-articles__article img {
  transition: opacity 0.3s ease-in-out,
    border-radius 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.3s ease-in-out,
    border-radius 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.template-suff-read-gohar  .blog-articles__article:hover .article-card__image-wrapper img {
  border-radius: 500px 500px 0 0;
  -webkit-border-radius: 500px 500px 0 0;
  -moz-border-radius: 500px 500px 0 0;
  -khtml-border-radius: 500px 500px 0 0;
}
.template-suff-read-gohar  .blog-articles__article .card .media {
    background: transparent;
} */

.article-template .metafield-rich_text_field strong{
  font-size:20px;
  font-family: 'Armorial';
}


/* .menu-drawer__navigation-container {
  margin-top: 204px;
} */
/* .menu-drawer__inner-container .footer_page {
  margin-top: 204px;
} */
.template-article .article-template__hero-container {
    max-width: 100%;
}
.article-template__back.element-margin-top.center {
    text-align: center;
    justify-content: center;
    display: flex;
}

/* span.product-uppertitle {
    text-transform: uppercase;
}
 */

.recently-viewed-grid-v2 .price__regular.grid-twocolumns {
    display: grid;
}
.recently-viewed-grid-v2  span.price-item.price-item--regular {
    text-align: right;
 font-family: var(--font-body-family);
}
.price.no-margin.align-right 
{
  font-family: var(--font-body-family);
}


.template-article .whitelogo {
    display: block;
}
.template-article .blacklogo {
    display: none;
}

.template-article .header-wrapper .header__inline-menu ul li:nth-child(1) .header__menu-item
{
  color:#fff;
}

.template-article .header-wrapper .header__inline-menu ul li:nth-child(2) .header__menu-item
{
  color:#fff;
}
.template-article .header-wrapper    summary.header__menu-item .icon-caret {
        color: #fff;
    }
.template-article .header-wrapper  .white-nav summary svg {
        color: #231f20;
}

.template-article .header-wrapper.upscrolled .header__inline-menu ul li:nth-child(1) .header__menu-item, 
.header-wrapper.open-mega .header__inline-menu ul li:nth-child(1) .header__menu-item
{
  color:#000;
}

.template-article .header-wrapper.upscrolled .header__inline-menu ul li:nth-child(2) .header__menu-item, 
.header-wrapper.open-mega  .header__inline-menu ul li:nth-child(2) .header__menu-item
{
  color:#000;
}
.template-article .header-wrapper.upscrolled  .white-nav summary svg{
   color: #000;
}
.template-article .header-wrapper.upscrolled     summary.header__menu-item .icon-caret {
        color: #000;
    }

.template-article .open-mega , 
.template-article .open-mega .blacklogo, 
.template-article  .section-header.menu-open .blacklogo{
    display: block;
}

 
.template-article.overflow-hidden-tablet .blacklogo{
    display: block;

}

.template-article .upscrolled .whitelogo , 
.template-article .open-mega .whitelogo, 
.template-article  .section-header.menu-open .whitelogo{
      display: none;
}


.featured-col-heading-link .title--primary  {
    margin-top: 0;
    margin-bottom: 6rem;
}



.template-article .header-wrapper .header svg.modal__toggle-open.icon.icon-search, 
.template-article .header-wrapper .header .header__icon,
.template-article .header-wrapper svg.icon.icon-hamburger {
    color: #000;
}


.template-article .header-wrapper.upscrolled .header svg.modal__toggle-open.icon.icon-search, 
.template-article .header-wrapper.upscrolled .header .header__icon,
.template-article .header-wrapper.upscrolled svg.icon.icon-hamburger,
.template-article .section-header.menu-open .header-wrapper .header .header__icon,
.template-article .section-header.menu-open .header-wrapper .header svg.modal__toggle-open.icon.icon-search,
.template-article.overflow-hidden-tablet .header-wrapper .header svg.modal__toggle-open.icon.icon-search,
.template-article.overflow-hidden-tablet .header-wrapper .header .header__icon{
    color: #000;
}
.template-article .header-wrapper .header svg.modal__toggle-open.icon.icon-search path,
.template-article .header-wrapper.upscrolled .header svg.modal__toggle-open.icon.icon-search path, 
.template-article .header-wrapper.upscrolled .header .header__icon path,
.template-article .section-header.menu-open .header-wrapper .header svg.modal__toggle-open.icon.icon-search path,
.template-article.overflow-hidden-tablet .header-wrapper .header svg.modal__toggle-open.icon.icon-search path{
  fill:#000;
}


.template-article .header-wrapper.upscrolled .cart-count-bubble,
.template-article .section-header.menu-open  .cart-count-bubble{
    color: #000;
}


.multiple-items   .grid__item {
        max-width: 100% !important;
      padding: 5px;
    }

.template-article .featured-col .h2.title.h2.title--primary
{
  text-align:left;
}

.template-suff-read-gohar .page-width-max, .template-blog .page-width-max {
        padding: 0 2rem;
    }
.blog-articles h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
.blog-articles  .article-card__info {
    padding-top: .4rem;
   font-family: var(--font-heading-family) !important;
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1;
}

.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__close-button:focus,
.menu-drawer__menu-item:hover,
.menu-drawer__close-button:hover {
  background-color: #fff !important;
}
.menu-drawer__menu-item
{
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.menu-drawer__menu-item--active:hover {
  background-color: #fff !important;
}
.menu-drawer__inner-submenu {
    margin-top: 20px;
}
.menu-drawer__inner-submenu .menu-drawer__menu-item {
    padding: 1rem 3.2rem;
}
.menu-drawer__navigation {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
img.header__heading-logo.whitelogo {
    width: 10rem;
    transition: width 1s;
}

a.header__heading-link {
    width: 15rem;
}

img.header__heading-logo.whitelogo {
    width: 10rem;
    transition: width 1s;
    position: absolute;
    top: -10px;
    /* left: 80px; */
}

.header-wrapper.top-page.open-mega img.header__heading-logo.blacklogo {
    width: 10rem;
    transition: width 1s;
    position: absolute;
    top: -10px;
    /* left: 80px; */
}
.template-collection  .boost-sd-layout--has-filter-horizontal.boost-sd-layout--has-horizontal-style-expand .boost-sd-right {
        margin-top: 0px;
    }

.template-collection  .boost-sd__product-list-grid--4-col.boost-sd__product-list--margin .boost-sd__product-item {
        margin-left: 5px;
        margin-right: 5px;
    }

/* .template-collection  .boost-sd__product-list {
    justify-content: center;
} */

/* .template-collection   button.boost-sd__pagination-button.boost-sd__pagination-button--rectangle.boost-sd__pagination-button--load-previous {
    display: none;
}
 */
.boost-sd__product-info .pro-price-subtitle.grid-twocolumns {
    width: 100%;
}
.boost-sd__product-price.price.no-margin.align-right {
    text-align: right;
}
/* .template-collection .boost-sd__product-title {
        text-transform: uppercase;
    } */
.template-collection  .boost-sd__pagination-button--load-more,
.template-collection  .boost-sd__pagination-button--load-previous{
  display: inline-block;
  padding: 20px 40px;
   height: 60px;
  width: fit-content;
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-family: var(--font-heading-family);
   transition: 0.3s;
}

.template-collection  .boost-sd__pagination-button--load-more::before,
.template-collection  .boost-sd__pagination-button--load-previous::before{
 content: "";
    position: absolute;
    border: 1.5px solid white;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    z-index: 1;
}

.template-collection  .boost-sd__pagination-button--load-more::after,
.template-collection  .boost-sd__pagination-button--load-previous::after {
 content: "";
    position: absolute;
    border: 1px dotted white;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
}

.template-collection .boost-sd__pagination-button:hover, 
.template-collection  .boost-sd__pagination-button--load-previous:hover
{
    background-color: #121212a1;
    color: #fff;
}


.template-collection .boost-sd__pagination-button:active,
.template-collection  .boost-sd__pagination-button--load-previous:active
{
    background-color: #000;
    color: #fff;
}


.template-collection .boost-sd__pagination-button:focus,
.template-collection .boost-sd__pagination-button:focus-visible,
.template-collection  .boost-sd__pagination-button--load-previous:focus,
.template-collection .boost-sd__pagination-button:focus-visible{
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  background-color: black;
  color: white;
}

button.boost-sd__pagination-button:focus:hover {
    background: #121212a1 !important;
}
.template-collection   .boost-sd__toolbar-container {
        padding: 0 35px;
    }

.reggie-outer {
    margin-bottom: 20px;
}
.template-collection  .boost-sd__filter-tree-toggle-button--expand {
        display: none;
 }
.template-collection button#boost-sd__filter-tree-toggle-button {
    display: none;
}

.template-collection  .boost-sd__toolbar-top-mobile .boost-sd__sorting {
        border-right: none !important;
}

.template-collection .boost-sd__toolbar-top-mobile {
        justify-content: left;
    }

.product-recommendations .product-recommendations__heading {
    margin-bottom: 2rem;
}

.recently-viewed-grid-v2 .price__container {
    width: 100%;
}

span.boost-sd__sorting-label {
    text-transform: uppercase;
      font-family: 'Armorial';
    font-size: 16px;
}


.template-cart .collection  .center.title--primary {
    text-align: left;
}
.template-cart .collection__title {
    max-width: 185rem;
    margin: 0 auto;
}

.template-cart #MainContent {
    margin-top: 8rem;
}

.template-collection .boost-sd__product-title, 
span.product-lowertitle {
    font-size: 1.4rem;
    color:#000;
    letter-spacing: 0.06rem !important;
}

.collection__description.uppercase {
      font-size: 1.6rem;
}
span.product-lowertitle{
      color:#808080;
  width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.boost-sd__product-info {
    gap: 0;
}
span.product-uppertitle {
    color:#000;
    letter-spacing: 0.06rem !important;
}
.card__information h3.card__heading.h5 {
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
}

span.product-uppertitle {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



div#boost-sd__collection-header {
    display: none;
}

   #ContactFooter .field.inputvalue .field__label{
    display:none;
  }
   #ContactFooter  .field.inputvalue input {
    padding-top: 10px;
}


.newsletter-form__field-wrapper label.field__label  {
    font-size: 1.4rem;
    color:#909090;
}

.subcollection .subcolwrap {
    padding: 0;
}
ul.horizontal-list {
    margin: 0;
}



.header__icon:hover .icon, .modal__close-button:hover .icon {
    transform: scale(1);
}
.template-product.white-nav .upscrolled .header .header__search svg path {
    fill: #231f20;
}

.article-template__comment-wrapper {
    display: none;
}
.temp-blog-philosophy .header-wrapper .header__inline-menu ul li:nth-child(3) .header__menu-item {
    color: #fff;
}
.temp-blog-philosophy  .header-wrapper .header .header__icon,
.temp-blog-philosophy .header-wrapper .cart-count-bubble{
   color:#fff;
 }

.temp-blog-philosophy  .header-wrapper  .header__search svg path{
   fill:#fff;
}






.temp-blog-philosophy .header-wrapper.upscrolled .header__inline-menu ul li:nth-child(3) .header__menu-item {
    color: #000;
}
.temp-blog-philosophy  .header-wrapper.upscrolled .header .header__icon,
.temp-blog-philosophy .header-wrapper.upscrolled .cart-count-bubble{
   color:#000;
 }

.temp-blog-philosophy  .header-wrapper.upscrolled .header__search svg path{
   fill:#000;
}
.pop-wrap .newsletter-form__button {
    background-color: #000 !important;
}


.pop-wrap .sb form input[type=email]{
    width: 65% !important;
    flex-grow: inherit !important;
}

.pop-wrap button#Subscribe {
    width: fit-content;
}


ul.main-blog-sort {
  height: 30px;
  width: 200px;
}
ul.main-blog-sort li {
  padding: 5px 10px;
  z-index: 2;
      font-family: var(--font-heading-family);
}
ul.main-blog-sort li:not(.init) {
    float: left;
    width: 200px;
    top: -4px;
    left: -10px;
    display: none;
    background: #ffffff;
    z-index: 99999999;
    position: relative;
    font-size: 14px;
}
ul.main-blog-sort li:not(.init):hover,
ul.main-blog-sort li.selected:not(.init) {
  background: #F0ECE8;
   cursor: pointer;
}
ul.main-blog-sort li.init {
  cursor: pointer;
      text-align: right;
      font-family: var(--font-heading-family);
}

.blog-menu {
    position: relative;
}

.main-blog-sort-wrap {
    height: 30px;
    width: 150px;
    top: 0px;
    position: absolute;
    right: 50px;
    width: fit-content;
}


.main-blog-sort li:nth-child(2) {
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
}

.main-blog-sort li:last-child {
      border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
}







@media screen and (min-width: 750px) {
  .footer_page {
    display: none;
  }

  .pop-wrap  .newsletter-form {
        max-width: 45rem;
    }
      .sb-open .pop-wrap button#Subscribe {
        max-width: 33%;
    }

summary.header__menu-item  .icon-caret {
    height: 0.8rem;
}

  .template-index .main-img-container {
    display: none;
  }
  .index-page .collection-list__item .card--standard .card__inner {
    height: 100%;
  }
  .gohar-class-frame-border h2.banner__heading.h1 {
    line-height: 1;
    font-weight: 600;
    font-size: 28px;
    margin: 0 auto;
  }
  .gohar-class-frame-border .banner__box_content .banner__text.body {
    margin-bottom: 40px;
    margin: 20px auto;
    font-size: 14px;
    color: #000;
  }

  .grid__blog_item .metafield-rich_text_field {
    padding: 8rem 15rem;
  }

  .template-article .gw_img-text-blogpost .image-with-text__content {
    padding: 6rem 15rem 7rem;
  }
/* ws */
  .template-collection .card--card,
  .template-collection .card--standard .card__inner,
  .template-blog .card--standard .card__inner {
    height: 44rem;
  }

  .footer-block.footer-block-1.grid__item {
    width: 65%;
  }
  .footer-block.footer-block-2 {
    width: 15%;
  }
  .footer-block--newsletter {
    width: 65%;
  }
  .footer-block.footer-block-3 {
    width: 15%;
  }
  .footer .newsletter-form {
    max-width: 100%;
  }
  .footer .newsletter-form__field-wrapper {
    max-width: 100%;
  }
  .footer .newsletter-form__button_new {
    width: 35%;
    margin-right: 10px;
  }



ul.mega-menu__list.page-width {
    /* margin-left: 20rem; */
  margin-left: 30rem;
}
.blog-articles.page-width-max {
    margin-top: 55px;
}

.gw-wear-gohar .grid, 
.gw-best-seller .grid, 
.product-recommendations .grid,
.recently-viewed-wrapper .grid,
.featured-col-v3 .grid{
        column-gap: 0;
}



.product-recommendations .grid__item {
    max-width: 100% !important;
    padding: 5px;
}
.recently-viewed-wrapper .grid__item {
  max-width: calc(17.36% - var(--grid-desktop-horizontal-spacing)* 5 / 6);
      padding: 5px;
        /* width: calc(25.6% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
        max-width: calc(25.6% - var(--grid-desktop-horizontal-spacing)* 3 / 4); */
}


.featured-col .card__information, .featured-col .card--standard .card__information {
         padding-top: 1.7rem;
}
.gw-best-seller .card--standard .card__information {
        padding-top: 1.7rem !important;
    }
.boost-sd__product-item {
    gap: 10px;
   }

  
  
}


@media screen and (min-width: 1000px) {
 /* :not(.template-index) .header-wrapper .header__heading-logo {
    top: -25px;
}
 :not(.template-index) .header-wrapper.upscrolled .blacklogo {
    top: -58px;
  } */
/* .left-side-img-inner .webyze-ilpo-preview-wrapper {
    width: 50% !important;
    height: 100% !important;
    position: relative !important;
    top: unset !important;  
    box-shadow: none !important;
} */
.template-suff-personalisation .webyze-ilpo-preview-wrapper {
    top: unset !important;
    height: 100% !important;
    width: 50% !important;
    box-shadow: none !important;
}


.template-suff-personalisation .webyze-ilpo-preview-wrapper canvas {
    width: 100%;
    height: 100%;
    padding-right: 7px !important;
}
.template-suff-personalisation .left-side-img-wrap {
    margin-top: 100vh;
}

.header__inline-menu .list-menu--inline {
        gap: 10rem;
    }
.template-collection .boost-sd__product-list-grid--4-col.boost-sd__product-list--margin .boost-sd__product-item {
        width: calc(26.15% - var(--boostsd-product-list-gap-desktop));
    }
 .template-collection .boost-sd__product-list{
        padding-left: 2rem;
    }

.template-product .product-recommendations {
        padding: 0 1rem;
    }
.template-product  .recently-viewed-wrapper {
    padding: 0 1rem;
}


.subcollection-list  .slick-track {
    width: 100% !important;
 }
 .subcollection-list .horizontal-list li {
      width: fit-content !important;
       padding: 10px;
      min-width: 160px;
   font-size: 12px;
 }

.template-collection .boost-sd__product-title {
    font-size: 1.4rem;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
          width: 85%;
  font-family: var(--font-body-family);
      /* text-transform: uppercase; */
}

 @media screen and (min-width: 750px) {
    .template-collection .page-width {
        max-width: 1920px;
    }
}
.template-collection  .boost-sd__product-image {
    height: 112.37%;
}
.collection-hero__text-wrapper {
    margin-top: 45px;
}
  
}
  

@media screen and (min-width: 1830px) {
.template-collection .boost-sd__product-list-grid--4-col.boost-sd__product-list--margin .boost-sd__product-item {
        width: calc(25.8% - var(--boostsd-product-list-gap-desktop));
    }
}

@media screen and (min-width: 1880px) {
  .header__inline-menu .list-menu--inline {
    gap: 20rem;
  }
 /* :not(.template-index)  .header-wrapper:not(.upscrolled) .header__heading-logo {
    top: -25px;
} */
/* .footer .footer__content-top {
    padding: 2rem 2rem;
} */

}


@media screen and (max-width: 1210px) {
  .header__inline-menu .list-menu--inline {
    gap: 5rem;
  }
  /* .template-product    .product-recommendations {
        padding: 0 3rem;
    }
.recently-viewed-wrapper
  {
    padding: 0 3rem;
  } */

/* .template-article   .header__heading-link {
        margin-right: 35px;
    }
 */

  
}

@media screen and (max-width: 1440px) {

  .header .spacer {
    width: 8rem;
  }
  .header .header__icons {
    width: 10rem;
  }
   /* .footer__content-top {
         padding: 5rem 2rem !important;
} */
ul.mega-menu__list.page-width {
    margin-left: 15rem;
}
  a.header__heading-link {
    width: 8rem;
}



  
}


/* Mobile Screen */
@media screen and (max-width: 990px) {
.template-product .product.css-grid-two {
    display: flex;
}
.pageId-85592375501 main#MainContent,
.pageId-85592441037  main#MainContent,
.pageId-84012302541 main#MainContent,
.pageId-85592408269 main#MainContent{
    margin-top: 20%;
}
.template-collection   .boost-sd__toolbar-container {
        padding: 0;
    }  
.template-product .product__info-detail-inner {
    width: 90%;
    margin: 10% auto 0;
}
.template-product h4.product__title.text-body {
    font-size: 1.2rem;
    font-family: var(--font-body-family);
        width: 85%;
}
.template-product span.addcarttext {
    font-size: 1.2rem;
}
.template-product .product__text.subtitle {
    font-size: 1.1rem;
}
  .product__info-detail-outer p.product__text.subtitle {
    font-size: 1.2rem;
    color: #808080;
}
  
/* .template-product p.product__text.subtitle {
    display: none;
} */
.template-product .product-price-wrap {
    display: flex;
    flex-wrap: nowrap;
  justify-content: space-between;
}

.template-product .product__info-detail-inner .price {
    text-align: left !important;
    margin: 0rem 0 !important;
   display: flex;
    flex-direction: column;

}

.template-product  .pro-subtitle.large-up-hide {
    font-size: 1.2rem;
      margin-top: 5px;
  display:none;
}
.template-product .price__regular .price-item--regular {
    font-size: 1.2rem;
}
.template-product .product__info-container .product__description {
    margin-top: 2.5rem;
}
.template-product  .product__description
  {
    font-size:1.2rem;
  }

.template-product  .accordion__title {
    font-size: 1.2rem;
}
.template-product .accordion__title, .template-product .product__accordion .accordion__content {
      font-size: 1.2rem;
}

.template-product .reggie-outer .gift-reggie-buttons .gift-reggie-registry-button input {
    /* color:#8D8D8D; */
    color:#000;
    font-family: var(--font-heading-family) !important;
    font-size: 12px !important;
    padding-left:5.8px;
}
.gift-message-wrap h2.h4.accordion__title.body-font.text-body {
    font-family: var(--font-heading-family) !important;
  
    font-size: 1.2rem !important;
    text-align: left;
}
h2.product-recommendations__heading.h2 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

product-recommendations, .recently-viewed-wrapper {
    width: 98%;
    margin: 0 auto;
}
  
.recently-viewed-wrapper h2 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}  
.featured-col-v3 h2
  {
     font-size: 1.2rem;
  }
.product-recommendations span.product-lowertitle {
      display: none;
}

.card__content .price__regular .price-item--regular {
    font-size: 1.1rem !important;
    color: #8D8D8D;
}
/* .card__content span.product-uppertitle {
    font-size: 1.1rem;
} */
.product-grid li.grid__item {
    padding-bottom: 0;
}


.product-recommendations  .product-grid li.grid__item {
        padding-right: 4px;
        padding-left: 4px;
}
.product-recommendations .slick-dots {
    bottom: -10px;
}
.product-recommendations   h2.product-recommendations__heading.h2 {
        padding-left: 4px;
    }

.recently-viewed-wrapper  .recently-viewed-wrapper h2 {
        padding-left: 4px;
}

.recently-viewed-wrapper  .product-grid li.grid__item {
        padding-right: 4px;
        padding-left: 4px;
}
.recently-viewed-wrapper  .slick-dots {
    bottom: -5px;
  }
.recently-viewed-wrapper  .slick-dots  li.slick-active button:before,
.product-recommendations .slick-dots  li.slick-active button:before,
.template-cart .gw-best-seller .slick-dots  li.slick-active button:before {
        font-size: 9px;
    }
.recently-viewed-wrapper .card__content .h4 {
        margin-bottom: 5px;
    }
/* .card-information .align-right {
    text-align: left;
} */
.recently-viewed-grid-v2  .card-information span.product-lowertitle {
    display: none;
}

.upscrolled .blacklogo {
    /* left: 20px; */
}


.template-product.white-nav .header-wrapper.upscrolled .header, .template-article.white-nav  .header-wrapper.upscrolled  .header {
    background: white;
}
img.header__heading-logo.whitelogo {
      height: 104px;
         left: 0px; 
        top: 15px;
}

img.header__heading-logo.blacklogo {
        height: 104px;
        width: 7rem;
        top: 5px;
}

.upscrolled  img.header__heading-logo.blacklogo {
    height: 183px;
}
/* .header-wrapper.upscrolled img.header__heading-logo.blacklogo {
        height: 186px;
    }
 */


.template-suff-read-gohar .title--primary {
    margin-bottom: -15px;
    font-size: 2.0rem;
  padding-bottom: 15px;
}
.template-suff-read-gohar .card__information {
    padding: 2.3rem 1rem 0;
}
.subcollection-list .horizontal-list li a {
    font-size: 0.9rem;
}  
.blog-articles.page-width-max {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.blog-articles__article .card__information a.full-unstyled-link {
    font-size: 1.2rem;
    font-weight: 900;
}

.blog-articles__article  .article-card__excerpt{
    font-size: 1.1rem;
    margin-bottom: 0;
}

.blog-articles__article   .article-card__info {
    font-size: 0.9rem;
}
.blog-articles__article  .card--standard .card__inner {
    height: 36.0rem;
}
.blog-articles__article  .article {
    margin-bottom: 2rem;
}
  
.template-collection .collection-hero__title{
         margin-bottom: -15px;
    font-size: 1.5rem;
}
.template-collection .subcollection-list .horizontal-list {
    margin-bottom: 5px;
}  

div#ProductGridContainer {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
/* .template-collection  span.product-lowertitle {
    display: none;
} */


.template-article .image-with-text .grid__item {
    padding-bottom: 0;
}

.template-article .collection {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.template-article .page-width-max {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.template-article  slider-component.slider-mobile-gutter.slider-component-full-width.page-width-max {
    overflow: hidden;
}
.template-article .gw_img-text-blogpost span.blog-title-first {
    font-size: 0.9rem;
}
.template-article .gw_img-text-blogpost span.blog-title-second {
    font-size: 2.0rem;
  font-weight: 600;
}

.template-article p.article-card__excerpt.rte-width {
    font-size: 1.1rem;
}
.template-article  time {
    font-size: 0.9rem;
}
.template-article .image-with-text__text.rte {
    text-align: left;
}
.template-article .metafield-rich_text_field {
    padding: 5rem calc(2rem / var(--font-body-scale)) 5rem;
}
.template-article  .blog-product-section {
    display: none;
}
.template-article .metafield-rich_text_field p {
    font-size: 0.9rem;
}

.template-index.overflow-hidden-tablet .blacklogo {
   display: block;
}

.template-article .metafield-rich_text_field p  {
            font-size: 12px;
        font-family: 'Cassandre Tribute';
}
.template-article h2.title.h2.left.title--primary {
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.template-article .featured-col-v3 {
    margin-top: 60px;
}

.menu-drawer-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.overflow-hidden-tablet .whitelogo
  {
    display:none;
    margin-top: -5em;
    margin-left: 25px;
    width: 5rem;
  }

.featured-col .grid:last-child {
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 50px;
}

.featured-col .slick-dots {
    bottom: 10px;
}
.section-template--20462519320781__featured_collection_Ja6Y6W-padding {
    padding-bottom: 0px;
}

.index-page #shopify-section-header {
    mix-blend-mode: unset !important;
}
.featured-col .card--card, .featured-col .card--standard .card__inner {
        height: 100%;
}

  .index-page.white-nav.overflow-hidden-tablet summary svg,
  .index-page.white-nav.overflow-hidden-tablet .header__icon
  {
 color: #000;
  }


 .template-article .gw_img-text-blogpost .image-with-text__content {
        padding: 6rem 3rem 7rem;
    }
.subcollection-list .horizontal-list li a {
      font-size: 9px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: 'Cassandre Tribute';
}
  .subcollection-list.page-width {
    margin: 0 15px;
}
/* .subcollection-list .horizontal-list li {
    text-align: center;
    width: fit-content !important;
    padding: 0 8px;
} */
.subcollection-list .slick-prev, .subcollection-list .slick-next {
    width: 8px;
    height: 8px;
  /* top: 30%; */
}
/* .subcollection-list.page-width {
    padding: 0px 5.5rem;
}
 */

.blog-subcollection-list .slick-prev, .blog-subcollection-list .slick-next {
    width: 12px;
    height: 12px;
  /* top: 30%; */
}
/* .blog-subcollection-list.page-width {
    padding: 0px 5.5rem;
}
   */
.blog-subcollection-list.blog-top-list.page-width {
    padding: 0 3.5rem;
}  
.blog-subcollection-list .blog-horizontal-list li a {
  font-size: 10px;
  
}
.template-blog   .main-blog .title--primary {
    margin-bottom: 0px;
}
  
/* :not(.template-index) .header__heading-logo {
    top: 10px;
} */

.boost-sd__product-list-grid--2-col .boost-sd__product-item {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.template-collection .boost-sd-layout {
        padding: 0;
    }
.template-collection .boost-sd__toolbar-container .boost-sd__sorting-label {
        display: block;
      width: 100%;
    }
.template-collection span.boost-sd__format-currency{
    font-size: 1.1rem !important;
    color:#8D8D8D;
}
.template-collection .boost-sd__product-price--default {
    color: #8D8D8D;
  font-size: 1.2rem;
}


span.product-uppertitle {
    font-size: 1.1rem;
}
.recently-viewed-grid-v2 span.price-item.price-item--regular {
    text-align: left;
    font-size: 1.1rem;
   color: #8D8D8D;
   font-family: var(--font-body-family);
}
 .card__content .card-information .price {
    font-size: 1.1rem;
} 

.template-index span.product-uppertitle {
    font-size: 1.1rem;
}
  .price {
    font-size: 1.1rem;
}

.template-index span.product-lowertitle{
    font-size: 1.1rem;
}
.product-recommendations .card-information .align-right {
    text-align: left;
}
.product-recommendations .card-information span.product-lowertitle {
    font-size: 1.1rem;
}


  
.template-cart .gw-best-seller  .multiple-items .grid__item {
        padding: 4px;
    }
.template-cart  span.product-lowertitle {
    font-size: 1.1rem;
}

.template-cart  .card__inner.gradient.ratio {
    height: 22.4rem;
}
.template-cart .collection .center.title--primary {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.template-cart  .collection__title.title-wrapper {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}



.page-width-max {
    max-width: 185rem;
    margin: 0px 8px;
    margin-left: 4px;
}

.template-cart .gw-best-seller .page-width-max {
        margin: 55px 8px 0 4px;
    }

.template-cart .featured-col .collection__title.title-wrapper {
        padding-left: 10px;
    }

.template-index .gw-best-seller .card__information {
    padding: 0rem 1rem 0;
}


.template-product .recently-viewed-wrapper {
    margin: 4rem auto;
}


/* .template-product .product-recommendations .card--standard .card__inner, 
.template-product .recently-viewed-grid .card--standard .card__inner {
        height: 22.4rem;
    }
 */

/* svg.icon.icon-hamburger {
    transform: scale(0.8);
} */
.header__icons .header__search {
    margin-right: -15px;
}
a#cart-icon-bubble {
    left: 5px;
}

.header__icons .icon-search {
   width: 2.5rem;
}

.header__icons .cart-icon {
   width: 2.5rem;
}
#Details-menu-drawer-container span {
    width: 1.6rem;
}
.header__icons  svg.icon.icon-hamburger{
      width: 2.5rem;  
    }

.header__icon svg.icon.icon-close{
      width: 2.3rem;  
    }

.header__icons .header__search {
    margin-right: -15px;
}

.overflow-hidden-tablet .header__icon .icon svg path {
    fill: #000;
}

.overflow-hidden-tablet .header-wrapper.top-page  svg path {
    fill: #000;
}
 .overflow-hidden-tablet .header-wrapper.top-page  .icon-ham line {
    fill: #000;
      stroke:#000;
}
   

.slick-dots li {
    margin: 0 0px;
}
.template-collection   .card__information h3.card__heading.h5,
.template-product   .card__information h3.card__heading.h5{
    flex-direction: column;
}

.mob_product-form__submit{
 font-size:1.2rem; 
}
    .template-product .product__info-detail-inner {
        margin: 5% auto 0;
    }
.template-product .product-price-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: row;
        position: absolute;
        right: 20px;
        top: 40px;
    }

.boost-sd__product-list-grid--2-col.boost-sd__product-list--margin .boost-sd__product-item {
    margin-bottom: 25px !important;
}
  
.template-product  button.mob_product-form__submit {
        margin-top: 22px;
    }



.main-blog-sort-wrap {
    display: none;
}



  
  
}

/* W - Start Here */
@media screen and (max-width: 749px) {
  .upscrolled .blacklogo {
    width: 3rem;
    height: 188px;
  }
  .template-index .collection-list-wrapper .grid__item {
    padding-bottom: 0;
  }
  .template-index .collection-list {
    display: unset;
  }
  .template-index .section-collection-list .collection-list:not(.slider) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .template-index .card__content {
           margin-top: 15px;
        padding-bottom: 5px;
  }
 .footer__content-bottom  .footer__localization:empty+.footer__column {
        padding-top: 0;
    }
 .footer__content-bottom .footer__copyright {
    margin-top: 0.5rem;
}
/* a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    font-weight: 700;
} */

.menu-drawer__menu.list-menu > li details {
  font-weight: 700;
}
.template-cart .title-wrapper--no-top-margin>.title {
    font-size: 1.2rem;
}
  
  .template-index .card-information .price.no-margin.align-right {
    margin: 0 !important;
  }
  .section-collection-list .collection__description.center.body {
    margin-bottom: 2rem;
    padding: 0 5rem;
}
  /* .template-index .section-collection-list .title-wrapper-with-link {
    display: none;
  } */
  /* .template-index .section-collection-list .collection__description p {
    display: none;
  } */
  /* .template-index .section-collection-list .collection-list-wrapper {
    padding-top: 0;
  } */
  .footer-block.footer-block-2 {
    display: none;
  }
  .footer-block.footer-block-3 {
    display: none;
  }
  .collection__description p {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #000000;
  }
  .collection__title h2.title.h1.center.title--primary {
    font-size: 20px;
    letter-spacing: 0;
    color: #000000;
  }
  .template-index .desktop-frame-banner {
    display: none !important;
  }
  .template-index .gohar-class-frame-border {
    display: none;
  }
  .video-container {
    display: none;
  }
  .main-img-container img {
    width: 100%;
    height: 100vh;
  }

 #ContactFooter .field {
    display: unset;
  }
   #ContactFooter .field button#Subscribe {
    display: none;
  }
   #ContactFooter .field .field__label,
  .customer .field label {
    top: -2px;
  }
   #ContactFooter .field.inputvalue .field__label{
    display:none;
  }
   #ContactFooter  .field.inputvalue input {
    padding-top: 10px;
    font-size:1.4rem;
}
 #ContactFooter .field__input:focus~.field__label
{
  top: -15px;

}
  
  .footer-block__newsletter .footer-block__details-content p {
    font-size: 11px;
    letter-spacing: 0;
  }
     .template-index .card__inner.color-background-2.gradient.ratio {
        height: 50%;
        width: 100%;
    }
  .template-index .lower.image-with-text__text-item.grid__item {
    text-align: center;
  }
  .template-index
    .lower
    p.image-with-text__text.image-with-text__text--caption.caption-with-letter-spacing.caption-with-letter-spacing--medium.caption-with-letter-spacing {
    margin: auto;
  }
  .template-index .lower h2.image-with-text__heading.h1 {
    margin: auto;
  }
  .template-index .lower a.button.button--primary {
    margin: auto;
    margin-top: 36px;
  }
  .template-index .slick-dots li button:before {
    font-size: 8px;
  }
  .template-index .slick-dots li {
    margin: 0;
  }
  .template-index .slick-dots li.slick-active button:before {
    font-size: 9px;
  }

/* .multiple-items .grid__item {
    padding: 20px;
} */
.featured-col .collection__title.title-wrapper {
    margin-bottom: -3.5rem;
}
section#shopify-section-template--20462519320781__collection_list_d9BGcy {
    margin-top: -45px;
}
div#shopify-section-template--20462519320781__image_slider_text_pMTdcQ {
    margin-top: -20px;
}


.template-product    .product-recommendations {
        padding: 0 8px;
    }
.recently-viewed-wrapper
  {
    padding: 0 0rem;
  }
.template-collection span.product-lowertitle {
    display: none !important;
}
 .template-collection  .price.no-margin.align-right {
    text-align: left;
   font-size:1.3rem;
}
  .collection.page-width.page-width-max.relative {
    padding: 0;
}

.template-collection  .card--standard .card__inner,
.product-recommendations .card--standard .card__inner,
.recently-viewed-grid .card--standard .card__inner{
    height: auto;
}
.product-recommendations .price.no-margin.align-right {
    text-align: left;
}

  .index-page.white-nav.overflow-hidden-tablet summary svg,
  .index-page.white-nav.overflow-hidden-tablet .header__icon
  {
 color: #000;
  }

.template-article .header-wrapper .header svg.modal__toggle-open.icon.icon-search, .template-article .header-wrapper .header .header__icon, .template-article .header-wrapper svg.icon.icon-hamburger {
    color: #fff;
}
.template-article .header-wrapper .header svg.modal__toggle-open.icon.icon-search path{
    fill: #fff;
}
.template-article .header-wrapper   .cart-count-bubble {
    color: #ffffff;
}
.template-article .multiple-items .grid__item {
        padding: 5px;
    }
.template-article  span.product-lowertitle {
    display: none;
}
.template-article  .price.no-margin.align-right {
    text-align: left;
}

.template-article  .featured-col .grid:last-child {
        padding: 0 0px;
  column-gap: 0;
}

.featured-col-v3 .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width-max {
    padding: 0 5px;
}

.recently-viewed-wrapper.page-width-max {
        padding: 0 0.5rem;
        background: #F8F7F5;
        padding-top: 10px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

  div#shopify-section-template--20592765993165__recently_viewed_Ubgw3N{
    background: #F8F7F5;
  }
#menu-drawer .menu-drawer__menu-item {
    font-size: 1.2rem;
    font-weight:400;
}

.recently-viewed-grid .card--standard .card__inner,
  .recently-viewed-grid-v2  .card--standard .card__inner
  {
    height: auto;
  }

.featured-col-v3 .featured-col .card--card, .featured-col .card--standard .card__inner {
        /* height: auto; */
  height:35.2rem;
    }
 .template-article .featured-col-v3 .featured-col .card--card,  .template-article .featured-col .card--standard .card__inner {
 height: 25rem;
    }
.featured-col-v3  .card__content {
    padding-bottom: 0.5rem;
  }
.banner:not(.banner--stacked) {
      height:auto !important;
    }
 .main-img-container img {
        height: 100%;
    }

.template-collection .boost-sd__product-list-grid--2-col.boost-sd__product-list--margin .boost-sd__product-item {
    width: calc(51.3% - var(--boostsd-product-list-gap-mobile));
}
.template-collection .boost-sd__product-info--left {
    gap: 0;
}
.footer  .newsletter-form__field-wrapper  {
      width: 100%;
   max-width: 100%;

}
.footer h2.footer-block__heading {
    font-size: 1.2rem;
}
.footer  input#NewsletterForm--footer {
    margin-left: 0;
  font-size:1.4rem;
}
#shopify-section-footer .footer__content-top {
    padding: 3rem 2rem 0;
}
.slick-dots li {
    width: 15px;
    height: 15px;
}


.gw-wear-gohar  .slick-list,
.gw-best-seller  .slick-list {
    padding:0 25% 0 0 !important;
}
.gw-best-seller .card__content .h4, .product-recommendations .card__content .h4, .recently-viewed-wrapper .card__content .h4 {
    font-size: 1.2rem;
}  
.card__content .h4 {
    font-size: 1.2rem;
}
h1, .h1 {
    font-size: calc(var(--font-heading-scale)* 2.0rem);
}
.boost-sd__toolbar-top-mobile {
  border-bottom:0px !important;
}
.template-collection .boost-sd__toolbar-top-mobile {
    justify-content: center;
}

span.boost-sd__sorting-label {
    font-size: 0.9rem;
}
.template-collection .boost-sd__toolbar-container .boost-sd__sorting-label {
        width: 100px;
        text-align: right;
    }
.boost-sd__sorting-value {
        width: 100%;
        display: inline-block;
        font-size: 0.9rem;
        font-family: var(--font-body-family);
        text-transform: uppercase;
    }
.boost-sd__sorting-button:after {
    content: "";
    border-right: 1px solid var(--boostsd-toolbar-color);
    border-bottom: 1px solid var(--boostsd-toolbar-color);
    width: 5px;
    height: 5px;
    margin-top: -6px;
    transition: transform .1s ease-in-out;
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
}
.boost-sd__toolbar-item--sorting {
        padding-bottom: 0;
    }
.template-collection .boost-sd__toolbar-top-mobile .boost-sd__sorting {
    padding-top: 20px;
}

.boost-sd-layout {
    margin: 10px auto 0;
}

.template-collection .boost-sd__product-title, span.product-lowertitle {
    font-size: 1.1rem;
  font-family: var(--font-body-family); 
}
.boost-sd__toolbar-top-mobile .boost-sd__sorting-list {
        left: -108px;
        text-align: center;
        padding: 10px;
        font-size: 9px;
        text-transform: uppercase;
    }

.boost-sd__sorting-value {
    min-width: fit-content;
          margin-right: 4px;
}

.boost-sd__product-image {
    height: 22.4rem;
}


.template-collection #MainContent {
  margin-top: 8rem !important;
}


.template-collection .boost-sd__pagination-button--load-more{
  font-size:1.2rem
}

  .template-product .product__description p span {
    font-size: 1.2rem !important;
    font-family: var(--font-body-family);
}
    .template-product .product-price-wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: row;
        position: absolute;
        right: 20px;
        top: 18px;
    }

.boost-sd__product-link h3.card__heading.h5 {
    flex-direction: column;
}
    .template-collection .boost-sd__product-title, span.product-lowertitle {
        font-size: 1.1rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.template-index .gw-wear-gohar .collection,
.template-index .gw-best-seller .collection{
  padding-top:40px;
}

  .section-template--20592765599949__collection_list_d9BGcy-padding {
    padding-top: 0px;
  }
.template-index  #shopify-section-template--20592765599949__collection_list_d9BGcy .content-wrapper {
        padding-top: 10px;
    }
  
  .template-blog .content-for-layout {
    margin-top: 5rem;
}


  
  
  
}


@media screen and (min-width: 1000px) and (max-width: 1420px) {
a.header__heading-link {
    width: 6rem;
}

  .template-product .recently-viewed-wrapper.page-width-max {
    padding: 0 25px;
}
.template-product product-recommendations.product-recommendations {
    padding: 0 25px;
}
  

}

@media (min-width: 576px) and (max-width: 991px) {
   
.template-collection .boost-sd__product-list-grid--4-col.boost-sd__product-list--margin .boost-sd__product-item {
        width: calc(36.5% - var(--boostsd-product-list-gap-desktop));
    }
  

}

@media (min-width: 400px) and (max-width: 600px) {
/* .boost-sd-layout .boost-sd-right {
    width: 90%;
    margin: 0 auto;
} */
    .boost-sd__product-image {
        height: 26.4rem;
    }
  .boost-sd__product-item {
    gap: 10px;
   }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .menu-drawer-fixed.medium-hide {
    display: block !important;
  }
  .footer_page {
    display: block;
  }
  .footer-block--newsletter {
        width: 85%;
    }
  .footer-block.footer-block-1.grid__item {
        width: 55%;
    }
      .footer-block.footer-block-2 {
        width: 25%;
    }


.gohar-class-sliderbottom .grid--1-col .grid__item {
    max-width: 100%;
    width: 100% !important;
}

/* .template-product    .product-recommendations {
        padding: 0 3rem;
    }
.recently-viewed-wrapper
  {
    padding: 0 3rem;
  } */
  
   .template-collection .card--standard .card__inner, .template-blog .card--standard .card__inner {
        height: 100%;
    }

  :not(.template-index)  .header-wrapper.upscrolled .blacklogo {
    top: -19px;
}
    .upscrolled img.header__heading-logo.blacklogo {
        height: 105px;
    }

.template-collection .boost-sd__product-list-grid--4-col.boost-sd__product-list--margin .boost-sd__product-item {
         width: calc(35.5% - var(--boostsd-product-list-gap-desktop));
    }

.template-collection .boost-sd__product-title, span.product-lowertitle {
    font-size: 1.2rem;
    color: #000;
    letter-spacing: .06rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 85%;
    font-family: var(--font-body-family);
}
    .boost-sd__toolbar-top-mobile .boost-sd__sorting {
        font-size: 14px;
        line-height: 1.4285714286;
        font-weight: 400;
        letter-spacing: normal;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 12px calc(var(--boostsd-general-gutter-mobile));
        border-right: var(--boostsd-toolbar-border-width-mobile) var(--boostsd-toolbar-border-style-mobile) var(--boostsd-toolbar-border-color-mobile);
    }
    .template-collection .boost-sd__toolbar-top-mobile {
        justify-content: center;
    }
    .template-collection .subcollection-list .horizontal-list {
        margin-top: 35px;
    }

    .template-collection .boost-sd__toolbar-container .boost-sd__sorting-label {
        width: 100px;
        font-size: 1.2rem;
        text-align: right;
    }
      .subcollection-list.page-width {
        padding: 0;
    }
      .boost-sd__toolbar-top-mobile .boost-sd__sorting-list {
        left: -108px;
        text-align: center;
        padding: 10px;
        font-size: 9px;
        text-transform: uppercase;
    }
      .boost-sd__sorting-value {
          font-size: 1.2rem;
      }
      .boost-sd__toolbar-top-mobile .boost-sd__sorting {
        max-width: 35%;
      }
    .template-product .product-price-wrap {
        right: 40px;
        top: 35px;
    }

  
  
}

@media screen and (min-width: 980px) and (max-width: 1140px) {
.header__heading, .header__heading-link {
    position: relative;
    width: 8rem;

}
  :not(.template-index)  .header-wrapper.upscrolled .blacklogo {
    top: -19px;
}
  :not(.template-index) .header-wrapper.upscrolled .blacklogo {
    height: 126px;
}
.header__heading-logo {
      width: 8rem;
    transition: width 1s;
    position: absolute;
        top: -35px !important;
    /* left: 3%; */
}
  .upscrolled .blacklogo {
    display: block;
    width: 5rem;
    top: -58px;
    /* left: 3%; */
    position: absolute;
}
 .template-index  .upscrolled .blacklogo {
    margin-top: -3em;
   }
  .index-page .collection-list__item .card--standard .card__inner {
        height: 100%;
    }
  /* .footer__content-top {
          padding: 5rem 2rem !important;
} */
.header .header__menu-item {
    font-size: 1.5rem;
}

.template-collection .card--standard .card__inner, 
.template-blog .card--standard .card__inner {
        height: 22.4rem;
    }
.template-suff-read-gohar .page-width-max, .template-blog  .page-width-max {
    padding: 0 2rem;
}
.template-article .gw_img-text-blogpost .image-with-text__content {
        padding: 6rem 5rem 7rem;
    }
.featured-col-v3  h2.title.h2.center.title--primary {
    text-align: left;
}

.featured-col-v3,
.recently-viewed-wrapper.page-width-max{
    padding: 0 20px;
}
.video-container {
    width: 100vw;
}
.featured-col .card--card, .featured-col .card--standard .card__inner {
        height: 100%;
}
.price.no-margin.align-right {
    text-align: right;
}

.card__content .card-information .align-right {
        text-align: right !important;
    }

 .template-article .gw_img-text-blogpost .image-with-text__content {
        padding: 6rem 3rem 7rem;
    }


.template-collection .boost-sd__product-list-grid--4-col.boost-sd__product-list--margin .boost-sd__product-item {
        width: calc(26.8% - var(--boostsd-product-list-gap-desktop));
    }

 .template-collection .boost-sd__product-list{
        padding-left: 2rem;
    }

 
}




@media screen and (min-width: 600px){
  .sb-open .pop-wrap form#ContactFooter {
    margin-top: 29px;
}
.blog-subcollection-list.blog-top-list.page-width {
    margin-top: 45px;
}
  .sb-open .newsletter-form__field-wrapper .field{
    display: flex;
    gap: 10px;
    height: 48px;
  }
.sb-open .pop-wrap button#Subscribe {
    width: inherit !important;
  padding: 22px 0;
    max-width: 40%;
  height: 48px;
}

 .sb-open .subscribe-me .pop-wrap {
    position: absolute;
    top: 12rem;
    padding: 0 9rem;
}
 .sb-open .subscribe-me .pop-wrap .field__label{

        top: 13px;
        font-size: 14px !important;
       text-transform: lowercase !important;
        /* font-family: 'Armorial'; */
}
  .sb-open .pop-wrap button#Subscribe span{
        position: relative;
    bottom: 7px;
  }
}

@media screen and (max-width: 600px) {
   .sb-open .subscribe-me img{
    width: 100%;
  }
.blog-subcollection-list.blog-top-list.page-width {
    margin-bottom: 25px;
}
   .sb-open .sb{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 4px;
  }
   .sb-open .pop-wrap {
    position: absolute;
    top: 50px;
    left: 39px;
    right: 0;
    width: 80%;
}
   .sb-open .sb .sb-close-btn{
    top: -10rem;
  }
   .sb-open .sb .field .field__input{
    padding: 5px 10px !important;
  }
   .sb-open .sb .newsletter-form {
    width: 75% ;
    position: relative;
    margin: auto;
    left: 5px;
    bottom: 6px;
}
  .sb-open #ContactFooter .field button#Subscribe{
    display: block !important;
  }
  .sb-open .pop-wrap button#Subscribe{
    width: 40%;
    color: white;
    padding: 13px 3px;
    font-size: 11px;
  }
   .sb-open .pop-wrap button#Subscribe span{
      position: relative;
    bottom: 1px;
  }
      .sb-open #ContactFooter .field {
        display: flex !important;
        gap: 5px;
    }
      .sb-open #ContactFooter .field .field__label{
      top: 12px !important;
        font-size: 8px;
        font-family: var(--font-body-family);

      }
  .sb-open .sb p{
    max-width: 238px;
    margin: 15px auto;
    line-height: 20px;
  }
.sb-open button#Subscribe {
    font-size: 8px !important;
}

  .section-template--20647917289677__main-padding{
    padding-bottom: 0 !important;
  }
}



@media screen and (max-width: 429px) {
    .template-product .product-price-wrap {
        top: 15px;
    }
}

.boost-sd__sorting-list .boost-sd__sorting-option {
    font-family: 'Cassandre Tribute';
    font-size: 14px;
}
span.boost-sd__sorting-value {
   font-family: Armorial;
    font-size: 16px;
}
.boost-sd__toolbar-item:last-child .boost-sd__sorting-list {
    right: -18px !important;
}
/* WS */
@media screen and (max-width: 600px){
.article-template .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item{
  height: 39.5rem !important;
}
  .article-template .grid__blog_item img{
    object-fit: cover;
  }
  .template-suff-page .article-template__content img {
    height: 35rem;
    object-fit: cover;
}
.article-template .metafield-rich_text_field strong{
  font-size: 12px;
}
.product .price--sold-out .price__badge-sold-out{
  padding: 6px 0 0 0;
}
}
.article-template .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item{
 height: 47.5rem;
    max-width: 47.5rem;
    margin: auto;
}
.article-template .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item img{
  object-fit: cover;
}
@media screen and (min-width: 700px) and (max-width: 800px) {
 .article-template .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item{
          height: 29rem;
    max-width: 29rem;
    margin: auto;
    
}
}
.boost-sd__product-image-img--second video{
  object-fit: cover;
}
