.related-products {
margin-top: 5px !important;
}
.related-products.grid-container.product-grid-gap {
grid-column-gap: 30px;
grid-row-gap: none !important ;
}
.related-products_contanair-1 {
grid-template-columns: repeat(1,1fr);  
}
.related-products_contanair-2 {
grid-template-columns: repeat(2,1fr);
}
.related-products_contanair-3 {
grid-template-columns: repeat(3,1fr);
}
.related-products_contanair-4 {
grid-template-columns: repeat(4,1fr);
}
.related-products_contanair-5 {
grid-template-columns: repeat(5,1fr);
}
.related-products_contanair-6 {
grid-template-columns: repeat(6,1fr);
}
.related-products_img {
width: 100%;
height: auto;
display: block;
margin: 0 0 1em;
box-shadow: none;
margin-bottom: .8em;
}
.related-product-category {
color: #3a3a3a;
font-size: .85em;
margin-bottom: .5em;
display: block;
line-height: 1.3;
opacity: .6;
}
.related_product_star_rating.star-rating {
width: 110px !important;
height: 30px !important;
}
.related_product_star_rating.star-rating ::before {
font-size: 20px;
}
.related_product_star_rating.star-rating span::before {
font-size: 20px;
color: #ffa500;
}
.related_product_star_rating .star-rating {
float: none  !important;
}  
.related_product_star_rating {
display: flex !important;
justify-content:center;
}
.related-price {
line-height: 1.3;
font-weight: 700;
margin-bottom: .5em;
font-size: .9em;
display: block;
margin: 0 0 1.2em;
color: #3a3a3a;
}
.view-btn {
margin-top: .5em;
margin-bottom: .5em;
white-space: normal;
line-height: 1.3;
}
.view-btn a.button {
border-radius: 2px;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
color: #ffffff;
border-color: #0274be;
background-color: #0274be;
}
.related-products_img a img {
width: 100%;
}
.related-product-sale-price {
top: -15px; 
right: 0;
left: auto;
margin: -.5em -.5em 0 0;
position: relative;
}
.related-product-sale-price span.onsale {
min-width: 3.5em;
line-height: 3.5em;
right:0;
background-color: #0274be;
color: #ffffff;
padding: 0;
font-size: 1em;
font-weight: 400;
position: absolute;
text-align: center;
border-radius: 100%;
-webkit-font-smoothing: antialiased;
z-index: 9;
}
.related-price del {
opacity: .5;
font-weight: 400;
}
.related-product-category {
opacity:unset !important;
}:root {
--sidekart-primary: #65378b;
--sidekart-accent: #65378b;
--sidekart-accent-hover: #5a189a;
--sidekart-bg: #fff;
--sidekart-bg-soft: #fbf9fe;
--sidekart-text: #1a1a1a;
--sidekart-text-muted: #8c7a7d;
--sidekart-border: #e5e1eb;
--sidekart-purple-soft: #7b2cbf15;
--sidekart-font: "Manrope", sans-serif;
--sidekart-gradient: linear-gradient(90deg, #e56eeb -13.59%, #8863fb 111.41%);
}
.sidekart-wrapper {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 99999;
visibility: hidden;
transition: visibility 0.4s;
}
.sidekart-wrapper.open {
visibility: visible;
}
.sidekart-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity 0.4s;
}
.sidekart-wrapper.open .sidekart-overlay {
opacity: 1;
}
.sidekart-drawer {
position: absolute;
top: 0;
right: -450px;
width: 400px;
max-width: 90%;
height: 100%;
background: var(--sidekart-bg);
box-shadow: -5px 0 25px rgba(0, 0, 0, 0.08);
transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
display: flex;
flex-direction: column;
font-family: var(--sidekart-font);
}
.sidekart-wrapper.open .sidekart-drawer {
right: 0;
}
.sidekart-header {
padding: 10px 20px;
border-bottom: 1px solid var(--sidekart-border);
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
}
.sidekart-title {
font-weight: 700;
font-size: 1.1em;
letter-spacing: 1px;
}
.sidekart-close {
background: none;
border: none;
font-size: 20px;
cursor: pointer;
color: #999;
padding: 0;
}
.sidekart-close:hover {
background-color: transparent;
color: #000;
}
.sidekart-content {
flex: 1;
overflow-y: auto;
padding: 10px;
scrollbar-width: thin;
}
.sidekart-items {
border-radius: 12px;
background-color: #fff;
scrollbar-width: none;
}
.sidekart-item {
display: flex;
gap: 15px;
padding: 15px;
position: relative;
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
}
.sidekart-item:last-child {
border-bottom: none;
}
.sidekart-item-image img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 4px;
}
.sidekart-item-details {
flex: 1;
}
.sidekart-item-title {
margin: 0 0 5px;
font-size: 0.95em;
font-weight: 600;
}
.sidekart-item-price {
font-weight: 700;
color: var(--sidekart-primary);
}
.quantity-controls {
display: flex;
align-items: center;
border: 1px solid #ddd;
width: fit-content;
border-radius: 4px;
width: fit-content;
padding: 5px 10px;
background: #f9f9f9;
}
.qty-btn {
background: #f9f9f9;
border: none;
padding: 0px 5px;
cursor: pointer;
color: #000;
}
.qty-btn:hover {
background-color: inherit;
color: inherit;
}
.qty-input {
width: 30px;
text-align: center;
border: none;
background: none;
padding: 0 !important;
display: flex;
box-shadow: none !important;
background: transparent !important;
-moz-appearance: textfield;
}
.sidekart-item-meta-details {
display: flex;
gap: 12px;
align-items: center;
margin-top: 14px;
}
.sidekart-item-remove {
position: absolute;
top: -10px;
right: -7px;
z-index: 5;
}
.remove-item {
text-decoration: none;
color: #999;
font-size: 20px;
line-height: 1;
display: block;
padding: 5px;
}
.remove-item:hover {
color: #ff0000;
}
.sidekart-footer {
padding: 20px;
border-top: 1px solid var(--sidekart-border);
background: #fff;
}
.sidekart-total-row {
display: flex;
justify-content: space-between;
font-weight: 700;
font-size: 1.2em;
margin-bottom: 20px;
}
.sidekart-actions {
display: flex;
flex-direction: column;
gap: 10px;
}
.checkout-button {
background: var(--sidekart-gradient);
color: #fff;
text-align: center;
padding: 16px;
border-radius: 8px;
text-decoration: none;
font-weight: 700;
font-size: 15px;
letter-spacing: 0.5px;
transition:
transform 0.2s ease,
box-shadow 0.2s ease;
box-shadow: 0 4px 15px rgba(136, 99, 251, 0.3);
}
.checkout-button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(136, 99, 251, 0.4);
color: #fff;
}
.sidekart-continue-shopping {
text-align: center;
font-size: 0.9em;
color: #666;
text-decoration: underline;
} .sidekart-recommendations {
background: #fff;
padding: 15px;
}
.recommendations-title {
text-align: left;
margin-bottom: 20px;
font-weight: 500;
font-size: 1.2em;
color: #333;
}
.recommendations-list {
display: flex;
overflow-x: auto;
gap: 15px;
padding-bottom: 10px;
scrollbar-width: thin;
-webkit-overflow-scrolling: touch;
}
.recommendations-list::-webkit-scrollbar {
height: 4px;
}
.recommendations-list::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 10px;
}
.rec-item {
min-width: 160px;
flex: 0 0 160px;
display: flex;
flex-direction: column;
gap: 12px;
transition: transform 0.3s ease;
} .rec-item-image {
position: relative;
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.rec-item-image img {
width: 100%;
height: 100%;
object-fit: contain;
mix-blend-mode: multiply;
}
.rec-wishlist {
position: absolute;
right: 10px;
cursor: pointer;
color: #333;
transition: transform 0.2s;
top: 10px;
}
.rec-wishlist { }
.rec-wishlist .tinv-wla-wrapper {
margin: 0 !important;
}
.rec-wishlist .tinvwl_add_to_wishlist_button {
width: 24px !important;
height: 24px !important;
}
.rec-wishlist
.tinv-wishlist
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
font-size: 16px !important;
}
.rec-icon-cart {
bottom: 10px;
}
.rec-wishlist:hover,
.rec-icon-cart:hover {
transform: scale(1.1);
}
.rec-item-details {
flex: 1;
display: flex;
flex-direction: column;
}
.rec-item-meta {
display: flex;
align-items: center;
gap: 5px;
margin-bottom: 5px; }
.rec-item-attr {
font-size: 10px;
color: #888;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.swatches-wrapper {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 8px;
}
.product-variations-swatch {
position: relative;
display: block;
cursor: pointer;
}
.swatch-circle {
display: block;
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
}
.swatch-circle img {
width: 100%;
height: 100%;
object-fit: cover;
}
.swatch-name {
display: none;
}
.swatch-circle-border {
position: absolute;
top: -3px;
left: -3px;
right: -3px;
bottom: -3px;
border: 1px solid var(--sidekart-accent);
border-radius: 50%;
opacity: 0;
transition: opacity 0.2s ease;
}
.product-variations-swatch:hover .swatch-circle-border {
opacity: 1;
}
.rec-item-title {
font-size: 13px;
font-weight: 600;
margin: 0 0 6px 0;
color: var(--sidekart-text);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
text-align: left; line-height: 1.4;
}
.rec-item-price {
font-weight: 800;
font-size: 14px;
color: var(--sidekart-primary);
text-align: left;
display: flex;
gap: 5px;
margin-bottom: 4px;
}
.rec-item-price del {
color: var(--sidekart-text-muted);
font-weight: 400;
font-size: 0.9em;
}
.rec-item-price ins {
text-decoration: none;
}
.rec-add-to-cart-wrapper {
margin-top: auto;
}
.rec-add-to-cart {
font-size: 11px;
padding: 8px 20px !important;
text-decoration: none;
width: 100%;
text-align: center;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.5px;
border-radius: 30px;
background-color: var(--sidekart-accent) !important;
color: #fff !important;
transition: all 0.2s ease;
border: none !important;
display: block;
}
.rec-add-to-cart:hover { transform: scale(1.02);
color: #fff !important;
}
.rec-add-to-cart:hover { }
.sidekart-coupon-section {
margin: 0;
background: #fff;
border-radius: 8px;
padding-bottom: 2px;
}
.sidekart-coupon-input-wrapper {
display: flex;
gap: 5px;
background-color: #fff;
border-radius: 7px;
align-items: center;
}
.sidekart-coupon-input-wrapper input[type="text"] {
margin-bottom: 0;
padding: 6px 6px;
background-color: #fff;
box-shadow: none;
}
.sidekart-coupon-input {
flex: 1;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
}
.sidekart-apply-coupon {
padding: 8px 15px;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
background-color: var(--sidekart-accent);
}
.sidekart-coupon-input-wrapper.coupon-applied {
justify-content: space-between;
padding: 12px 15px;
border: 1px solid var(--sidekart-purple-soft);
background-color: var(--sidekart-bg-soft);
border-radius: 8px;
}
.sidekart-coupon-applied-text {
font-size: 14px;
color: var(--sidekart-primary);
font-weight: 500;
}
.sidekart-coupon-applied-text strong {
color: var(--sidekart-accent);
margin-left: 4px;
}
.sidekart-remove-coupon {
padding: 6px 14px;
background: #ff4d6d;
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 12px;
font-weight: 600;
transition:
background 0.2s ease,
transform 0.2s ease;
}
.sidekart-remove-coupon:hover {
background: #ff1a4a;
color: #fff;
transform: translateY(-1px);
} .sidekart-view-coupons-wrapper {
margin-top: 10px;
}
.sidekart-view-coupons-link {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
font-size: 13px;
color: var(--sidekart-accent);
text-decoration: none;
cursor: pointer;
padding: 0;
}
.sidekart-view-coupons-link:hover {
text-decoration: underline;
}
.sidekart-view-coupons-link .toggle-arrow {
font-size: 10px;
transition: transform 0.3s ease;
}
.sidekart-view-coupons-link.active .toggle-arrow {
transform: rotate(180deg);
} .sidekart-coupons-list {
margin-top: 10px;
max-height: 200px;
overflow-y: auto;
border-top: 1px solid #eee;
padding-top: 10px;
padding-bottom: 10px;
}
.sidekart-coupon-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
margin-bottom: 8px;
background: linear-gradient(135deg, #f8f4ff 0%, #fff 100%);
border: 1px dashed var(--sidekart-accent);
border-radius: 6px;
transition: all 0.2s ease;
}
.sidekart-coupon-item:hover {
box-shadow: 0 2px 8px rgba(123, 44, 191, 0.15);
}
.sidekart-coupon-item:last-child {
margin-bottom: 0;
}
.coupon-info {
display: flex;
flex-direction: column;
gap: 2px;
}
.coupon-code {
font-weight: 700;
font-size: 14px;
color: var(--sidekart-accent);
letter-spacing: 0.5px;
}
.coupon-discount {
font-size: 12px;
color: #28a745;
font-weight: 600;
}
.coupon-description {
font-size: 11px;
color: #666;
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.coupon-apply-btn {
padding: 6px 14px;
font-size: 12px;
background: var(--sidekart-accent);
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
transition: all 0.2s ease;
}
.coupon-apply-btn:hover {
opacity: 0.9;
transform: translateY(-1px);
}
.sidekart-notices {
padding: 0 10px;
width: 100%;
}
.sidekart-notices .woocommerce-error,
.sidekart-notices .woocommerce-message,
.sidekart-notices .woocommerce-info {
margin: 5px 0 !important;
font-size: 14px !important;
position: relative;
overflow: hidden;
padding: 10px !important;
}
.wc-notice-progress-bar {
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 100%;
background-color: rgba(255, 255, 255, 0.3);
transform-origin: left;
}
.notice-success .wc-notice-progress-bar {
background-color: #28a745;
}
.notice-error .wc-notice-progress-bar {
background-color: #dc3545;
}
.notice-info .wc-notice-progress-bar {
background-color: #17a2b8;
} .sidekart-content {
position: relative;
}
.sidekart-content.loading::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
z-index: 10;
cursor: wait;
}
.sidekart-content.loading::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
margin: -15px 0 0 -15px;
border: 3px solid #eee;
border-top-color: var(--sidekart-accent);
border-radius: 50%;
animation: sidekart-spin 0.8s linear infinite;
z-index: 11;
}
.woocommerce-info::before,
.woocommerce-error::before {
content: none !important;
}
@keyframes sidekart-spin {
to {
transform: rotate(360deg);
}
} .sidekart-offer-bar-wrapper {
border-bottom: 1px solid var(--sidekart-border);
}
.sidekart-offer-bar {
min-height: 7rem;
width: 100%;
}
.sidekart-offer-message {
font-size: 14px;
color: #111;
display: flex;
align-items: center;
justify-content: center;
padding: 5px 0 15px 0;
gap: 5px;
}
.sidekart-offer-message strong {
font-weight: 700;
}
.sidekart-progress-container {
position: relative;
}
.sidekart-progress-line-bg {
width: 90%;
position: relative;
height: 2px;
background: #fff;
}
.sidekart-progress-line-fill {
height: 2px;
background: #111;
transition: all 0.75s ease-in-out;
max-width: 100%;
}
.sidekart-offer-stages { }
.sidekart-offer-stage {
position: absolute;
top: -15px;
transform: translateX(-50%);
display: flex;
flex-direction: column;
align-items: center;
z-index: 2; }
.stage-icon-wrapper {
width: 1.8rem;
height: 1.8rem;
background: #fff;
border: 2px solid #e0e0e0;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 8px;
position: relative;
transition: all 0.3s ease;
}
.stage-icon-wrapper svg {
width: 15px;
height: 15px;
} .sidekart-offer-stage.completed .stage-icon-wrapper {
box-shadow: 0 0 10px rgba(36, 182, 182, 0.2);
}
.stage-icon {
width: 24px;
height: 24px;
object-fit: contain;
}
.stage-icon-placeholder {
width: 14px;
height: 14px;
background: #ccc;
border-radius: 50%;
}
.sidekart-offer-stage.completed .stage-icon-placeholder {
background: #24b6b6;
}
.stage-check {
position: absolute;
top: -4px;
right: -4px;
background: #24b6b6;
color: #fff;
width: 18px;
height: 18px;
border-radius: 50%;
font-size: 11px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #fff;
}
.stage-label-group {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.stage-threshold {
font-size: 12px;
font-weight: 600;
color: #111;
line-height: 1.2;
display: flex;
}
.stage-label {
font-size: 12px;
color: #888;
line-height: 1.2;
}
.sidekart-offer-stage.completed .stage-label {
color: #111;
}
.stage-threshold .woocommerce-Price-amount {
font-size: 12px;
} .sidekart-empty-view {
padding: 40px 15px;
}
.sidekart-empty-message {
text-align: center;
margin-bottom: 40px;
}
.empty-icon {
color: #ddd;
margin-bottom: 20px;
}
.sidekart-empty-message h3 {
font-size: 1.4em;
margin-bottom: 20px;
color: #333;
}
.sidekart-empty-view .sidekart-continue-shopping {
display: inline-block;
background: var(--sidekart-primary);
color: #fff;
padding: 12px 30px;
border-radius: 30px;
text-decoration: none !important;
font-weight: 600;
transition: transform 0.2s;
}
.sidekart-empty-view .sidekart-continue-shopping:hover {
transform: translateY(-2px);
color: #fff !important;
}
.empty-cart-recommendations {
background: #fdfdfd;
margin-top: 20px;
border-top: 1px solid #eee;
padding-top: 20px;
}
.tax-total {
font-weight: 400;
font-size: 12px;
}
.cart-total .woocommerce-Price-amount {
justify-content: flex-end;
}
span.tax-line {
margin-right: 10px;
}.woocommerce div.product form.cart .button {
float: none !important;
}
.woocommerce form #pincode_field_idp.form-row input.input-text,
#pincode_field_idp .woocommerce form #pincode_field_idp.form-row textarea {
border-width: 0 0 2px;
border-color: #000;
}
#pincode_field_idp input[type="text"] {
background: transparent;
padding: 10px 10px 5px 0px;
width: 60%;
font-size: 15px;
}
.woocommerce #respond input#submit,
.woocommerce #pincode_field_idp a.button,
.woocommerce #avlpin a.button,
.woocommerce button.button,
.woocommerce input.button {
font-size: 15px;
margin: 5px 0;
padding: 10px 15px;
}
.wc-delivery-time-response p {
line-height: 1.5;
margin: 10px 10px 0px 0px;
font-size: 20px;
font-weight: 600;
}
.entry-content .delivery-info h6,
.delivery-info h6 {
margin: 10px 0;
display: inline-block;
}
.delivery-info ul, ol {
margin: 0;
list-style: none;
}
.delivery-info ul li {
line-height: 1.5;
margin: 5px 0px 0px 0px;
font-size: 18px;
font-weight: 600;
}
.delivery-info .cash_on_delivery {
font-size: 15px;
padding-top: 2px;
font-weight: 500;
}
.delivery-info span,
.delivery-info .delivery {
display: inline-block;
}
.delivery-info span h6 {
font-size: 14px;
}
.wc-delivery-time-response {
padding-bottom: 15px;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//ahnira.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - var(--wp-admin--admin-bar--height,0px));top:var(--wp-admin--admin-bar--height,0)}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//ahnira.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//ahnira.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//ahnira.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}