html {
  font-size: clamp(16px, 1.33vw, 1rem);
  letter-spacing: 0.02em;
}

body {
  font-family: "Josefin Sans", sans-serif;

  padding: 0;
  margin: 0;
  line-height: 1.5;
  color: rgb(255, 255, 255);

  background: linear-gradient(90deg, #9e00e9, #e900bf, #9e00e9);
}
.main-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main {
  width: 100%;
}

a {
  border-bottom: 3.4px solid rgba(233, 0, 190, 0.7);
}

u {
  text-underline-offset: 4px;
}

.anchor-button {
  background-color: transparent;
  border: none;
  font-size: clamp(1.96rem, 4.3vw, 2.5rem);

  display: flex;
  align-items: center;
}
.to-home-link {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}

a,
ion-icon,
button,
.video-holder {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header {
  padding-bottom: 1vh;
  text-align: center;
}

h1 {
  display: inline;
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: clamp(2.14rem, 5.2vw, 3rem);

  text-shadow: 0px 0px 2px #291346;
}

/* experiemnt with header */
.header-new {
  margin-top: 2.5px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  row-gap: 2.5px;
  align-items: center;
  justify-items: right;
}
.title-new {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}
.subtitle-new {
  grid-column: 1/-1;
  text-align: center;
  justify-self: center;
}
.h1-img-new {
  grid-column: 1;
  width: clamp(2.5rem, 5.2vw, 4.3rem);
  align-self: self-start;
}

h2 {
  text-align: center;
  margin: 0;
  margin-top: -13.3px;
  padding: 0;
  font-weight: 400;
  font-size: 1.33rem;
  font-size: clamp(1.06rem, 1.33vw, 1.33rem);

  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 0.5px #291346;
}

strong {
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
}

h3 {
  grid-column: 3/18;
  grid-row: 1/2;
  text-align: center;
  padding: 0;
  margin: 0;
  padding: 8.8vh 0;
  font-size: clamp(1.42rem, 5.2vw, 2.5rem);

  font-weight: 400;
  text-shadow: 0px 0px 2px #291346;
  line-height: 2;
}

.open-close {
  color: rgba(255, 255, 255, 0.7);
  grid-column: 17/19;
  grid-row: 1/2;
  font-size: clamp(1.33rem, 2.25vw, 2rem);
}

.open-close-blogs {
  grid-column: 19/19;
}

.storeview {
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.storeview-img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.3);
}

.headline {
  display: none;
  position: absolute;
  font-size: clamp(1.51rem, 3.4vw, 2.5rem);

  bottom: 0vw;
  left: 0;

  border-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: linear-gradient(
    90deg,
    rgba(159, 0, 233, 0.9),
    rgba(233, 0, 190, 0.9)
  );
  padding: 0vw 4vw;
  padding-right: 9vw;
  font-weight: 400;

  text-align: left;
  text-shadow: 0px 0px 1px #000000;
}

.headline-mobile {
  font-size: clamp(1.24rem, 4.3vw, 2.5rem);

  background: linear-gradient(90deg, #7301ff, #ab1bff, #7300ff);

  font-style: italic;
  padding: 4vw 7vw;
  font-weight: 400;

  text-align: center;
  text-shadow: 0px 0px 1px #000000;
}
a {
  text-decoration: none;
}

a:hover {
  color: rgb(0, 255, 0);
}

nav {
  text-align: center;
}

.partition {
  height: 0.4vh;
  width: 100%;
  background: linear-gradient(90deg, #9f00e9af, white, #9f00e9af);
  z-index: 10;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.mild-partition {
  height: 0.2vh;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(174, 0, 255, 0.5),
    rgba(255, 255, 255, 0.709),
    rgba(174, 0, 255, 0.5)
  );
  z-index: 10;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.hide-by-default {
  /* display: none; */
  max-height: 0px;
  overflow: hidden;
  /* transition: max-height 0.2s ease-out; */
}

.about-us {
  background-color: #400061;
  margin: 0 7%;
  padding: 0;
  margin-top: 0px;
  border-radius: 16px;
  box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.3);
}

figure {
  max-width: 800px;
  padding: 0 15vw;
  margin: 0 auto;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  /* gap: 1rem; */
}

figcaption {
  padding: 2vh 0;
  font-weight: 100;
  font-size: clamp(0.88rem, 1vw, 1rem);
  text-align: center;
}

.ash-gupta-img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  background-image: url(loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 160px;
}

ul {
  padding-left: 10px;
  list-style-type: none;
}

li {
  font-style: italic;
  font-size: clamp(1.15rem, 1.24vw, 1.24rem) !important;
}

.about-us ul {
  padding-top: 1vh;
  padding-bottom: 0vh;
}

.buying-diamond-anchor {
  text-align: center;
  display: block;
}

.toggleable0,
.toggleable_couples,
.buying-diamonds-link {
  display: grid !important;
  grid-template-columns: repeat(19, 1fr);
  align-items: center;
  justify-items: center;
  background-color: transparent;
  transition: background-color 0.4s;
  border-radius: 16px;

  border: none;
  outline: none;
  color: white;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggleable0:focus,
.toggleable_couples:focus,
.buying-diamonds-link:focus {
  border: none;
  outline: none !important;
}

.hover-effect:hover,
.hover-effect:active {
  background-color: #9300d7c6 !important;

  transition: background-color 0.4s;
}

.buying-diamonds-link:hover,
.buying-diamonds-link:active {
  background-color: #9300d7c6;
  transition: background-color 0.4s;
}
/* 









buttons 















*/

.cta-buttons-holder {
  display: flex;
  align-items: center;
  background-color: transparent;
  position: fixed;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: clamp(1.96rem, 4.3vw, 2.5rem);
  background-color: rgba(40, 19, 68, 0.16);
  border-radius: 16px;

  padding: 7px;

  flex-direction: column;
  bottom: 5%;
  right: 1%;
  gap: 4vh;
  z-index: 1000 !important;
  min-width: 3rem;
}

.cta-buttons-holder a {
  line-height: 0;
}

.cta-buttons-holder ion-icon {
  padding: 7px;
}

.cta-buttons-holder ion-icon:hover,
.cta-buttons-holder ion-icon:active {
  cursor: pointer;
  color: #291346;
  transition: color 0.4s;
}

.action-button {
  background-color: rgb(0, 245, 0);
  border-radius: 10px;
}

.cta-eng-rings-mobile {
  min-height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  line-height: 0;
  background-color: rgba(111, 0, 255, 0.7);
  width: 100%;
  margin: 0;
  margin-bottom: 1vh;
  padding: 1vh 0;
}

.cta-eng-rings-mobile img {
  width: clamp(2.77rem, 3vw, 3.4rem);
}

/* 
















engaged couples section 















*/

.emoji {
  font-size: clamp(1rem, 3.4vw, 2.23rem);
  color: transparent;
  text-shadow: 0px 0px 0px #ffffff, 0px 0px 4px #291346, 0px 0px 16px #ffffff !important;
}

.happy-couples-subtitle {
  text-align: left;
  font-style: italic;
  line-height: 2;
  text-shadow: 0px 0px 1px black;
  padding: 2vh 16vw;
  font-size: 1.42rem;
  font-size: clamp(1rem, 2.41vw, 1.42rem);
}

.happy-couples-desktop,
.happy-couples-mobile {
  margin: 0;
  padding-bottom: 16px;
}
.happy-couples-desktop {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.happy-couples-mobile {
  display: none;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 4px;
  flex-wrap: wrap;
}
.happy-couples-mobile-column-1,
.happy-couples-mobile-column-2 {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.happy-couples-desktop-column-1,
.happy-couples-desktop-column-2,
.happy-couples-desktop-column-3 {
  flex-basis: 32%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.happy-couples-image {
  width: 100%;
  height: auto;
  border-radius: 7px;
  box-shadow: 0 0 7px 0.2px rgba(0, 0, 0, 0.5);
  background-image: url(loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 160px;
}
.engaged-couples-content {
  position: relative;
}
#loadMoreCouples {
  border: none;
  position: absolute;
  display: block;
  display: none;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: rgba(111, 0, 255, 0.7);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.88);
  transition: background-color 0.4s, color 0.4s;

  font-size: clamp(1rem, 1.33vw, 1.24rem);
  font-weight: 600;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#loadMoreCouples:hover,
#loadMoreCouples:active {
  background-color: rgba(115, 0, 255, 0.88);
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}
/* 





















engagement rings page



















*/
.counter-holder {
  position: relative;
}
.action-button-eng {
  background-color: transparent;
  color: rgb(0, 255, 0);
  border-radius: 10px;
}
.action-button-eng:hover {
  color: rgb(0, 255, 0) !important;
}

.hider-class-eng {
  display: none;
}
.reset-engagement-rings-mobile {
  background-color: transparent;

  border: none;
  outline: none;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.play-pause-holder {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 999;
}

.make-play-button-visible {
  color: #e900bf !important;
}

.play-pause {
  font-size: 2rem;
  /* color: #e900bf; */
  color: #e900be00;
  transition: all 0.2ms;
}

.engagement-rings-title-mobile {
  display: none;
}
.engagement-rings-title-mobile {
  display: block;
  padding: 0;
  margin: 0;
  padding: 2vh 0;
}

.engagement-rings-content {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 4vh;
}

#engagement-ring-counter {
  display: block;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  z-index: 9999;
  top: -2rem;
  right: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 7%;
  margin: 0;
  background-color: #291346ab;
}

.engagement-rings-collage-mobile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 99%;
  margin: 0 auto;
  position: relative;
  gap: 0.2rem;
}
.engagement-ring-button-mobile {
  border: none;
  border-radius: 7%;
  background-color: transparent;
  flex-basis: 33%;
  box-shadow: 0 1px 4px 0.1px rgba(0, 0, 0, 0.205);
}

/* without these two lines of code, first the full flex row is displayed, 
then truncated leading to jarring experience. This way only the first three elts are shown
on load then javascript takes over */
.engagement-ring-button-mobile {
  display: none;
}
.engagement-ring-button-mobile:nth-child(-n + 3) {
  display: inline-block;
}
/* end of two lines code crucial */

.next-ring,
.prev-ring {
  display: flex;
  position: absolute;
  top: 20%;

  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 2.5rem;
  border-radius: 7%;
  border: none;
  padding: 0;
  line-height: 0;
  min-width: 2rem;
  min-height: 3.4rem;
  aspect-ratio: 1/1 !important;
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}

.next-ring {
  right: 0;
}
.prev-ring {
  left: 0;
}
.selected-page {
  background-color: #e900bf !important;
}

.video-holder:hover {
  cursor: pointer;
}

.engagement-rings-subtitle {
  text-align: center;
  margin: 0;
  font-size: 1.42rem;
  padding: 0;
  font-style: italic;
  line-height: 2;
  text-shadow: 0px 0px 1px black;
  display: block;
}

.video-holder {
  border-radius: 7px;
  box-shadow: 0 0 7px 0.2px rgba(0, 0, 0, 0.5);
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

.ring-video {
  width: 100%;
  height: 100%;
  display: block;
}

.engagement-ring-holder {
  position: relative;
}
.engagement-ring-button-mobile {
  position: relative;
}
.engagement-ring-button-mobile:nth-child(-n + 3)::after {
  content: "new";
  position: absolute;
  top: 0;
  right: 0;
  padding: 1vh 2vh;
  font-size: 1rem;
  color: rgb(110, 255, 110);
  background-color: rgba(0, 0, 0, 0.34);
  border-top-right-radius: 16%;
}

/* 






















eravos story, discount policy, store location, hours, contact me, footer














 */

.eravos {
  font-size: 3rem;
}
.eravos-story-p {
  font-size: clamp(1.06rem, 3.4vw, 1.42rem);
  padding: 2vw 15vw;
  font-style: italic;
  line-height: 1.8;
  text-shadow: 0px 0px 1px black;
}
.discount-policy-p,
.store-location-p {
  text-align: left;
  font-size: clamp(1.06rem, 3.4vw, 1.42rem);
  padding: 2vh 15vw;
  padding-bottom: 4vh;
  font-style: italic;
  line-height: 1.9;
  text-shadow: 0px 0px 1px black;
}

table {
  table-layout: fixed;
  width: 100%;
  font-size: clamp(1rem, 3.4vw, 1.42rem);
  font-style: italic;
  padding: 4vw 16vw;
  text-shadow: 0px 0px 1px black;
}
th {
  text-align: center;
}

th,
td {
  padding: 0;
}
.timings-subtitle,
.contact-subtitle {
  text-align: left;
  font-size: clamp(1rem, 3.4vw, 1.42rem);
  font-style: italic;
  padding: 2vw 20vw;
  text-shadow: 0px 0px 1px black;
}
.timings-subtitle {
  padding-top: 0;
  text-align: center;
}
.contact-subtitle {
  line-height: 2;
}

footer {
  margin: 0 auto;
  margin-top: 7vh;
  padding-bottom: 160px;
}
.footer-p {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.88);
  padding: 1.5vw;
}

.follow-eravos {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: clamp(1.24rem, 1.42vw, 1.5rem);
  margin: 25px 0 7px 0;
  color: white;
}

aside {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
aside ion-icon {
  font-size: 4rem;
  color: rgba(255, 255, 255, 1);
}
aside ion-icon:hover,
aside ion-icon:active {
  color: #400061;
  cursor: pointer;
}
aside a {
  border: none;
}

#siteseal {
  display: block;
  width: 100%;
  text-align: center;
}

/* 



















Engagement Rings Category Page stuff 
























*/
.engagement-rings-category-title {
  padding: 1vw 2vw 0 2vw;
  margin: 0;
  font-size: clamp(1.96rem, 4.3vw, 2.5rem);
  text-align: center;
  display: block;
  font-weight: 400;
  text-shadow: 0px 0px 2px #291346;
  line-height: 2;
}

.eng-rings-cat-subtitle {
  font-size: 1rem;
  text-align: center;
  font-style: italic;
  margin: 0;
  padding: 0 2vw;
  color: rgba(255, 255, 255, 0.88);
}

.eng-rings-cat-h3 {
  font-size: 1rem;
  text-align: center;
  font-style: italic;
  margin: 7px 0 7px 0;
  padding: 0 2vw;
  color: rgba(255, 255, 255, 0.88);
}

.engagement-rings-pages {
  margin: 0;
  padding: 0;
  position: relative;
}

.eng-rings-cat-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 2vh 4vh 2vw 4vh;
  font-size: clamp(1rem, 3.4vw, 1.6rem);
}

.greyed-out {
  cursor: not-allowed;
  opacity: 0;
}

.full-eng-rings-cat-display {
  margin: 2vw 2vw;
}
.eng-rings-cat-display {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
  /* align-items: center; */
  align-items: stretch;
}
.single-eng-ring-cat-display {
  background-color: #280046;
  flex-basis: 30%;
  margin: 0 0 1rem 0;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-eng-ring-cat-display .video-holder {
  border-radius: 0;
}
.to-eng-ring-pdt-page {
  text-align: center;
  display: block;
  /* background-color: #ffffff; */
  background-color: #e900bf;
  /* color: #130021; */
  color: white;
  padding: 2vw 1vw;
  border-radius: 0.25rem;
  /* border: 4px solid c; */

  font-size: clamp(1.06rem, 1.51vw, 1.24rem);
  cursor: pointer;
  transition: color 0.4s;
}
.eng-ring-cat-summary {
  text-align: center;
  font-size: 1rem;
  padding: 0vw 1vw 0 1vw;
}
.to-eng-ring-pdt-page:hover,
.to-eng-ring-pdt-page:active {
  color: black;
}

.jump {
  display: flex;
  margin: 0 4vh 2vh 4vh;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 7px;
  align-items: center;
  font-size: 1rem;
  font-weight: 100;
}

select {
  padding: 0.2rem 0.2rem;
  margin: 0 0.2rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: clamp(0.7rem, 2.5vw, 1rem);
  background-color: #430076;
  color: white;
  text-align: center;
}
.cat-arrow {
  position: relative;
  top: 0.05rem;
}
.prev-page,
.next-page {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  min-height: 2rem !important;
  min-width: 2rem !important;
}

.prev-page ion-icon,
.next-page ion-icon {
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
}

.play-pause-category {
  font-size: 2rem;
  color: #e900bf;
}

.latest-collection {
  font-size: 10px;
  color: rgb(0, 245, 0);
  position: absolute;
  text-align: center;
  padding: 2px 4px;
  border-radius: 7px;
  margin: 0;
  top: -7px;
  right: -34px;
  background-color: rgba(255, 255, 255, 0.025);
}

/* 











eng rings product page stuff 















*/

.eng-ring-pdt-h1 {
  display: block;
  padding: 0 2vw;
  margin: 0;
  font-size: clamp(1.06rem, 4.3vw, 1.6rem);
  text-align: center;
  text-shadow: 0px 0px 2px #291346;
  flex-basis: 100%;
}
.eng-ring-pdt-h2 {
  text-align: center;
  font-size: 1rem;
  flex-basis: 100%;
  padding: 1.6vw 0 0 0;
  grid-column: 2/5;
}
.pdt-h3 {
  font-style: italic;
  font-size: 1.06rem;
  font-weight: 400;
  text-align: left;
  padding: 3.4rem 2rem 1.33rem 2rem;
}

.id-and-bread {
  display: grid;
  grid-template-columns: 1fr 1fr auto 1fr 1fr;
  width: 90%;
  margin: 0 2vw;
}

.back-to-cat-link {
  grid-column: 1/2;
  grid-row: 1/1;
  text-align: center;
  align-self: self-end;
}
.back-to-collection {
  font-size: 12px;
  cursor: pointer;
  border-width: 1px;
}

.nav-pdt-page {
  position: fixed;
  right: 0;
  top: 50%;
  min-height: 250px;
  align-items: center;
  font-size: 1.06rem;
  flex-direction: column-reverse;
  padding: 0;
  margin: 0;
  background-color: rgba(115, 0, 255, 0.16);
  border-radius: 16px;
  flex-wrap: wrap;
  z-index: 1000;
}
.no-italic {
  font-style: normal !important;
}
.pdt-page-container {
  background-color: #280046;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  flex-wrap: nowrap;
  padding: 25px 0;
  margin: 1vw 2vw;
  border-radius: 16px;
}

.nav-to-new-pdt {
  border: none;
  align-self: center;
  text-align: center;
  line-height: 0;
  font-size: 2rem;
}
.design-id-title-pdt {
  font-size: 0.7rem;
  font-weight: 100;
  color: #ebdbff;
}
.product-info-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2vw 4vw;
}
.video-and-ash-says {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%;
  gap: 16px;
}
.thumbnails-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumb-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #e900bf;
}
.active-thumb {
  border: 2px solid #e900bf;
  border-radius: 9px;
}
.ring-thumbnails {
  display: flex;
  width: 88%;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.thumb {
  display: flex;
  align-items: center;
  position: relative;
  flex-basis: 22.3%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#main-image {
  width: 100%;
  height: auto;
}
#main-image:hover {
  cursor: default;
}
.thumb img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  overflow: hidden;
}

.pdt-page-video {
  width: 88%;
}
.video-and-ash-says p {
  width: 88%;
}
.product-description-holder {
  /* display: flex;
  flex-direction: row; */
  flex-basis: 50%;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

.engagement-ring-description {
  color: white;
  text-align: left;
  line-height: 2;
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 400;
  /* flex-basis: 50%; */
  margin: 0;
  /* box-shadow: 0 0 10px 0.1px rgba(144, 0, 255, 0.16); */
  /* border-radius: 7px; */
}

.ash-says-para {
  font-style: italic;
  overflow: hidden;
}

.ash-says-button {
  display: none;
}

.product-desc-em {
  font-variant: small-caps;
  font-size: 1.24rem;
  font-weight: 600;
}
/* 














diamond buying blog stuff 

















 */

.blog-cta {
  display: none;
}
.diamond-blog {
  padding: 4.3vw 0 0 0;

  background-color: #430076;

  margin: 0 7vw;
  margin-top: 1vw;
  border-radius: 16px;
}
.blog-hover-effect:hover,
.blog-hover-effect:active {
  background-color: rgba(255, 0, 225, 1) !important;
}
.blog-tab {
  background-color: rgb(170, 0, 255);
}

.diamond-blog-h2 {
  font-weight: 600;
  font-size: clamp(1.51rem, 5.2vw, 2.5rem);
  text-shadow: 0 0 2.5px #291346;
  margin-top: 0;
  padding: 0 7vw;
}
.diamond-blog-h3 {
  font-style: italic;
  font-size: clamp(1rem, 3.4vw, 1.6rem);
  padding: 0 7vw 4vw 7vw;
  text-shadow: none;
}

h4 {
  font-size: clamp(1.42rem, 5.2vw, 2.5rem);
  font-weight: 400;
  text-align: center;
  grid-column: 3/18;
  grid-row: 1/1;
  padding: 0;
  text-shadow: 0 0 1px #291346;
}

.blogs {
  padding-top: 1vw;
}

.faqs-tab {
  margin: 2vw 0;
}

h5 {
  font-style: italic;
  text-align: center;
  font-size: clamp(1.15rem, 3.4vw, 1.6rem);
  margin: 0 16vw;
}

.diamond-qualities {
  margin: 0 6vw;
  list-style-type: disc;
}
.diamond-qualities li {
  margin-bottom: 1vh;
}

em {
  font-size: clamp(1.15rem, 2.5vw, 1.6rem);
}
.diamond-hero-image-container {
  text-align: center;
  background: linear-gradient(180deg, #9f00e900, #291346);
}
.diamond-hero-image {
  width: 100%;
  height: auto;
  margin-bottom: -10px;
  border-radius: 4px;
}

.diamond-blog-intro,
.diamond-blog-subtitle {
  font-size: clamp(1.15rem, 3.4vw, 1.51rem);
  font-style: italic;
  margin: 4vw 16vw;
  text-shadow: 0 0 1px #291346;
}

.blog-main-content {
  margin: 0 4vw;
  border-radius: 16px;
  padding-bottom: 4vw;
}
.diamond-main-text {
  background-color: #280046;
  margin: 0;
  padding: 0 4vw;
  margin-top: 7px;
}

.diamond-main-text-p,
.diamond-main-text li {
  font-size: clamp(1.15rem, 2.5vw, 1.24rem);
  text-align: left;
  padding: 2vw 5.2vw;
  margin-top: 0;
  font-style: italic;
  line-height: 2;
  text-shadow: 0px 0px 1px black;
}

.blog-closing-words {
  padding: 0 16vw 7vh 16vw;
  font-style: italic;
  font-size: 1.6rem;
  font-size: clamp(1.24rem, 3.4vw, 1.6rem);
  text-shadow: 0 0 1px #291346;
  line-height: 2;
}
/* 






urgent announcements









*/

.announcement {
  /* display: none; */
  padding: 2vw 25vw;
  text-align: center;
  background: linear-gradient(90deg, #7301ff, #ab1bff, #7300ff);
  font-size: 1.42rem;
}

.announcement-p {
  color: rgb(153, 255, 0);
}
/*












media queries


















*/

@media only screen and (max-width: 1000px) {
  .engagement-rings-subtitle {
    padding: 0;
  }
  .open-close {
    grid-column: 18/19;
  }
}

@media only screen and (max-width: 844px) {
  /* .product-info-holder {
    flex-wrap: wrap;
  }
  .pdt-page-video {
    flex-basis: 70%;
  }
  .product-description-holder {
    padding-top: 4vw;
    flex-basis: 100%;
  } */
  .pdt-h3 {
    padding: 2rem 1rem 1rem 1rem;
  }
  .engagement-ring-description {
    padding: 0 1rem;
  }
  .diamond-blog-intro,
  .diamond-blog-subtitle {
    margin: 4vw 9.7vw;
  }

  .engagement-ring-button-mobile {
    flex-basis: 50%;
  }
  .announcement {
    padding: 2vw 20vw;
  }
  .headline {
    font-size: 3.4vw;
  }

  .storeview {
    width: 100%;
  }

  .diamond-blog {
    margin: 0 2vw;
    border-radius: 16px;
  }

  h5 {
    margin: 0 7vw;
  }

  main {
    width: 100%;
    margin: 0;
  }
  .about-us {
    margin: 0 2%;
  }
}

@media only screen and (max-width: 720px) {
  .open-close {
    grid-column: 18/20;
  }

  .prev-ring,
  .next-ring {
    min-height: 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .eng-rings-cat-subtitle {
    padding: 0 16vw;
  }
  .eng-ring-pdt-h1 {
    padding: 0 2vw;
  }
  .pdt-page-container {
    margin: 1vw;
  }
  button:active {
    transform: scale(0.97); /* tap feedback */
  }
  a:active {
    transform: scale(0.97);
  }
  .thumb:active {
    transform: scale(0.97);
  }
  .ash-says-para {
    max-height: 7rem;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0.43) 70%,
      rgba(255, 255, 255, 0.8) 160%
    );
  }

  .ash-says-button {
    display: block;
    text-align: center;
    padding: 4vw 2vw;
    background-color: rgb(171, 27, 255, 0.43);
    /* background-color: rgba(233, 0, 190, 0.52); */
    color: white;
    border-radius: 7px;
    border: none;
    outline: none;
    font-size: 1rem;
    width: 100%;
    font-style: italic;
  }

  .pdt-page-video,
  .ring-thumbnails {
    width: 100%;
  }
  .video-and-ash-says {
    flex-basis: auto;
    width: 100%;
  }

  .video-and-ash-says p {
    width: 100%;
  }
  .pdt-h3 {
    padding: 2rem 0 1rem 0;
  }
  .engagement-ring-description {
    padding: 0;
  }
  .eng-ring-pdt-h2 {
    font-size: 1rem;
    padding-top: 4.3vw;
  }
  /* .product-description-holder {
    flex-direction: column;
  } */
  .nav-pdt-page {
    bottom: 0;
    right: auto;
    top: auto;
    transform: translateY(0);
    height: auto;
    border-radius: 0;
    min-height: auto;
    width: 100%;
    font-size: 1.06rem;
    flex-direction: row;
    padding: 4vw 0;
    padding-bottom: calc(4vw + env(safe-area-inset-bottom));
    margin: 0 !important;
    flex-wrap: wrap;
    background-color: rgba(40, 0, 70, 0.88);
  }
  .design-id-title-pdt {
    font-size: 1rem;
  }
  .product-info-holder {
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 16px;
  }
  .pdt-h3,
  .engagement-ring-description {
    line-height: 1.78;
  }
  .jump {
    margin: 4vw 1vw 2vw 1vw;
    font-size: 1rem;
  }
  .contact-subtitle {
    padding: 2vw 7vw;
  }
  .eravos-story-p {
    padding: 2vw 7vw;
  }
  .diamond-blog-intro,
  .diamond-blog-subtitle {
    margin: 4vw 7vw;
  }
  .single-eng-ring-cat-display {
    flex-basis: 48%;
  }

  aside ion-icon {
    color: white;
  }
  aside ion-icon:hover,
  aside ion-icon:active {
    color: white !important;
  }
  .counter-holder {
    background: transparent !important;
  }
  .engagement-rings-subtitle {
    display: none;
  }

  .announcement {
    padding: 2vw 16vw;
  }
  .about-us {
    margin: 0 1vw;
  }

  .engagement-rings-content {
    gap: 1vw;
  }

  .engagement-rings-pageList {
    gap: 10px;
    justify-content: space-evenly;
  }

  #loadMoreCouples {
    color: #fff;
  }
  #loadMoreCouples:hover,
  #loadMoreCouples:active {
    background-color: rgba(41, 19, 70, 0.43);
    color: #fff;
  }
  .headline {
    display: none;
  }
  .headline-mobile {
    text-align: left;
    padding: 7vw 16vw;
  }
  .diamond-hero-image-container {
    margin-bottom: 16px;
  }

  .diamond-main-text-p,
  .diamond-main-text li {
    padding: 0 1.6vw 2vw 1.6vw;
  }
  h5 {
    padding: 0 4vw;
  }

  .discount-policy-p,
  .store-location-p,
  .engagement-rings-subtitle,
  figure {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .emoji {
    text-shadow: 0px 0px 0px #ffffff, 0px 0px 2px #291346, 0px 0px 7px #ffffff !important;
  }

  .diamond-blog-h3 {
    padding: 1vh 16vw;
  }

  .blog-hover-effect:hover,
  .blog-hover-effect:active {
    background-color: rgb(170, 0, 255) !important;
  }

  .hover-effect:hover,
  .hover-effect:active {
    background-color: transparent !important;
  }

  .buying-diamonds-link:hover,
  .buying-diamonds-link:active {
    background-color: transparent;
  }

  .cta-buttons-holder {
    bottom: 9%;
    right: 0%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    gap: 25px;
  }
  .action-button {
    background-color: transparent;
    color: rgb(0, 255, 0);
    border-radius: 10px;
  }
  .action-button:hover {
    color: rgb(0, 255, 0) !important;
  }

  .cta-buttons-holder ion-icon:hover {
    color: rgb(255, 255, 255);
  }

  .happy-couples-desktop {
    display: none;
  }
  .happy-couples-mobile {
    display: flex;
  }
  .h1-img {
    width: 47px;
    height: auto;
    left: -47px;
  }

  h1 {
    text-shadow: 0px 0px 1.5px #291346;
  }
  h2 {
    margin-top: -10px;
    text-shadow: 0px 0px 0.1px #291346;
  }

  h3 {
    text-shadow: 0px 0px 1.24px #291346;
  }

  .overlay-over-store-img {
    display: none;
  }
}

@media only screen and (max-width: 580px) {
  .announcement {
    padding: 2vw 7vw;
  }
}

@media only screen and (max-width: 480px) {
  .back-to-collection {
    font-size: 11px;
  }
  .id-and-bread {
    width: 100%;
  }
  .eng-ring-cat-summary {
    font-size: 12px;
  }
  .eng-rings-cat-display {
    justify-content: space-between;
  }

  .eng-rings-cat-nav {
    margin-left: 4px;
    margin-right: 4px;
  }
  .diamond-blog-h1 {
    display: none;
  }
  /* .single-eng-ring-cat-display {
    flex-basis: 100%;
  } */

  .blog-cta {
    display: flex !important;
  }
  .prev-ring,
  .next-ring {
    min-height: 3.5rem;
  }

  .announcement {
    padding: 2vw 7vw;
    font-size: 1rem;
  }
  .engagement-rings-collage-mobile {
    flex-direction: column;
  }
  .engagement-ring-button-mobile {
    flex-basis: 100%;
    box-shadow: none;
  }

  .ion-icon-engagement-ring-info,
  .less-imp,
  .engagement-rings-subtitle {
    display: none;
  }

  .hider-class {
    display: none;
  }

  h5 {
    padding: 0 2vw;
  }

  .open-close {
    grid-column: 19/20;
  }
}

@media only screen and (max-width: 340px) {
  .header-new {
    row-gap: 0.43rem;
  }
}

@media only screen and (max-width: 250px) {
  .header-new {
    row-gap: 1rem;
  }
  .prev-ring,
  .next-ring {
    min-height: 2rem;
  }

  .cta-buttons-holder {
    gap: 7vw;
  }

  .h1-img {
    width: 38px;
    left: -38px;
    bottom: 0px;
  }
}

@media only screen and (max-width: 223px) {
  .header-new {
    row-gap: 1.6rem;
  }

  .h1-img {
    width: 0px;
  }
}
