.designer-pdp {
  margin-top: 30px; }
  @media screen and (min-width: 900px) {
    .designer-pdp {
      margin-top: 55px; } }

@media screen and (min-width: 900px) {
  .productView {
    margin-top: 0; } }

.productView-images {
  margin-top: 30px; }
  @media screen and (min-width: 900px) {
    .productView-images {
      margin-top: 0;
      width: 436px !important; } }
  .productView-images .productView-image {
    box-shadow: none;
    border-radius: 0;
    padding: 0; }

@media screen and (min-width: 900px) {
  .productView-details {
    width: calc(100% - 436px) !important;
    padding-left: 30px !important; } }

.prd-discription {
  margin-top: 30px; }
  .prd-discription p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #0f0f0f; }
  @media screen and (min-width: 900px) {
    .prd-discription {
      margin-top: 20px; }
      .prd-discription p {
        font-size: 18px; } }

.productView-title {
  font-family: "Inter-bold", san-serif; }
  @media screen and (min-width: 900px) {
    .productView-title {
      font-size: 32px; } }

.designerColletions {
  margin-top: 35px; }
  @media screen and (min-width: 900px) {
    .designerColletions {
      margin-top: 85px; } }
  .designerColletions .productCarousel {
    margin: 0;
    display: none; }
    .designerColletions .productCarousel.slick-initialized {
      display: block; }
  @media screen and (max-width: 481px) {
    .designerColletions .slick-arrow {
      display: none !important; } }
  @media screen and (min-width: 481px) {
    .designerColletions .slick-arrow {
      top: -60px;
      transform: none;
      margin-top: 0;
      width: 32px;
      height: 32px;
      background: #682f71;
      border-radius: 2px;
      border: none; }
      .designerColletions .slick-arrow::before {
        background-image: none;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        width: auto;
        height: auto; }
      .designerColletions .slick-arrow.slick-next {
        right: 7px;
        transition: all .35s ease; }
        .designerColletions .slick-arrow.slick-next::before {
          content: "";
          border-left: 11px solid #fff;
          opacity: 1;
          margin: auto 12px; }
        .designerColletions .slick-arrow.slick-next .carousel-tooltip {
          display: none; }
        .designerColletions .slick-arrow.slick-next.slick-disabled {
          cursor: default;
          opacity: 1; }
      .designerColletions .slick-arrow.slick-prev {
        right: 49px;
        left: auto;
        transition: all .35s ease; }
        .designerColletions .slick-arrow.slick-prev::before {
          content: "";
          border-right: 11px solid #fff;
          opacity: 1;
          margin: auto 12px; }
        .designerColletions .slick-arrow.slick-prev .carousel-tooltip {
          display: none; }
        .designerColletions .slick-arrow.slick-prev.slick-disabled {
          cursor: default;
          opacity: 1; } }
  .designerColletions .slick-next:focus,
  .designerColletions .slick-next:hover,
  .designerColletions .slick-prev:focus,
  .designerColletions .slick-prev:hover {
    outline: none !important;
    background-color: #EAD9DE !important; }
  .designerColletions .slick-dots {
    display: none !important; }

.subcategory {
  width: 170px;
  margin-right: 13px; }
  @media screen and (min-width: 900px) {
    .subcategory {
      width: 210px; } }
  .subcategory:hover .subcategory-img-blk {
    border: 2px solid #682f71;
    padding: 5px; }

.subcategory-img-blk {
  transition: all .35s ease-in-out; }
  .subcategory-img-blk img {
    box-shadow: 2px 5px 10px #0000001A;
    object-fit: cover;
    border-radius: 2px; }

.subcategory-title {
  margin-top: 6px;
  margin-bottom: 0px;
  line-height: normal; }
  @media screen and (min-width: 1200px) {
    .subcategory-title {
      margin-top: 16px; } }

.subcategory-title a {
  font-family: "Inter-medium", sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.04px;
  color: #313131; }
  @media screen and (min-width: 1200px) {
    .subcategory-title a {
      font-size: 18px;
      line-height: normal;
      letter-spacing: -0.05px; } }
